Perform an operation on each config variable.
The callback receives the normalized name and value of each variable in the config backend, and the data pointer passed to this function. As soon as one of the callback functions returns something other than 0, this function returns that value.
the function to call on each variable
the data to pass to the callback
GIT_SUCCESS or the return value of the callback which didn't return 0