Type Definition libgit2_sys::git_diff_file_cb [] [src]

type git_diff_file_cb = extern fn(_: *const git_diff_delta, _: f32, _: *mut c_void) -> c_int;