Add a generic config file instance to an existing config
Initializes a git_config_backend with default values. Equivalent to creating an instance with GIT_CONFIG_BACKEND_INIT.
Generic backend that implements the interface to access a configuration file
Every iterator must have this struct as its first element, so the API can talk to it. You'd define your iterator as