Type Definition libgit2_sys::git_diff_progress_cb

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