Initialize git_config_backend_memory_options structure
Initialize a git_config_backend_memory_options with default values. Equivalent to creating an instance with GIT_CONFIG_BACKEND_MEMORY_OPTIONS_INIT.
git_config_backend_memory_options
The git_config_backend_memory_options struct to initialize.
The struct version; pass GIT_CONFIG_BACKEND_MEMORY_OPTIONS_VERSION
GIT_CONFIG_BACKEND_MEMORY_OPTIONS_VERSION
0 on success or -1 on failure.