pub type git_checkout_perfdata_cb = Option<extern "C" fn(_: *const git_checkout_perfdata, _: *mut c_void)>;
enum git_checkout_perfdata_cb { None, Some(extern "C" fn(_: *const git_checkout_perfdata, _: *mut c_void)), }
No value.
Some value of type T.
T