strv_for_each_n
int rc = strv_for_each_n((const char**)strs, max, strv_parse_hex, product);
int strv_for_each_n(const char **strv, size_t max, strv_foreach_callback_t func, void *data);