pub type git_repository_create_cb = Option<extern "C" fn(*mut *mut git_repository, *const c_char, c_int, *mut c_void) -> c_int>;Aliased Type§
pub enum git_repository_create_cb {
None,
Some(extern "C" fn(*mut *mut git_repository, *const i8, i32, *mut c_void) -> i32),
}