Initializes a git_stash_apply_options with default values. Equivalent to creating an instance with GIT_STASH_APPLY_OPTIONS_INIT.
git_stash_apply_options
the git_stash_apply_options instance to initialize.
the version of the struct; you should pass GIT_STASH_APPLY_OPTIONS_INIT here.
GIT_STASH_APPLY_OPTIONS_INIT
Zero on success; -1 on failure.