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