Stash application options structure.
Initialize with the GIT_STASH_APPLY_OPTIONS_INIT
macro to set
sensible defaults; for example:
git_stash_apply_options opts = GIT_STASH_APPLY_OPTIONS_INIT;
Optional callback to notify the consumer of application progress.