Type Definition libgit2_sys::git_revwalk_hide_cb

source ·
pub type git_revwalk_hide_cb = extern "C" fn(_: *const git_oid, _: *mut c_void) -> c_int;