pub type git_packbuilder_progress = Option<extern "C" fn(git_packbuilder_stage_t, c_uint, c_uint, *mut c_void) -> c_int>;
enum git_packbuilder_progress { None, Some(extern "C" fn(u32, u32, u32, *mut c_void) -> i32), }
No value.
Some value of type T.
T