[][src]Type Definition libgit2_sys::git_checkout_notify_cb

type git_checkout_notify_cb = extern "C" fn(_: git_checkout_notify_t, _: *const c_char, _: *const git_diff_file, _: *const git_diff_file, _: *const git_diff_file, _: *mut c_void) -> c_int;