Type Definition libgit2_sys::git_repository_create_cb[][src]

type git_repository_create_cb = Option<extern "C" fn(_: *mut *mut git_repository, _: *const c_char, _: c_int, _: *mut c_void) -> c_int>;