Perform an operation on each config variable in given config backend matching a regular expression.
This behaviors like git_config_foreach_match
except instead of all config
entries it just enumerates through the given backend entry.
regular expression to match against config names (can be NULL)
the data to pass to the callback