Initialize git_blob_filter_options structure
Initializes a git_blob_filter_options
with default values. Equivalent
to creating an instance with GIT_BLOB_FILTER_OPTIONS_INIT
.
The struct version; pass GIT_BLOB_FILTER_OPTIONS_VERSION
Zero on success; -1 on failure.