Options for calculating object IDs from raw content.
Initialize with GIT_OBJECT_ID_OPTIONS_INIT. Alternatively, you can
use git_object_id_options_init.
version for the struct
Object type of the raw content; if not specified, this defaults to GIT_OBJECT_BLOB.
Filters to mutate the raw data with; these are ignored unless the given raw object data is a blob.