Initializes a git_refdb_backend with default values. Equivalent to
creating an instance with GIT_REFDB_BACKEND_INIT.
@param backend the git_refdb_backend struct to initialize
@param version Version of struct; pass GIT_REFDB_BACKEND_VERSION
@return Zero on success; -1 on failure.
Initializes a git_refdb_backend with default values. Equivalent to creating an instance with GIT_REFDB_BACKEND_INIT.
@param backend the git_refdb_backend struct to initialize @param version Version of struct; pass GIT_REFDB_BACKEND_VERSION @return Zero on success; -1 on failure.