libgit2_sys

Function git_diff_merge

Source
pub unsafe extern "C" fn git_diff_merge(
    onto: *mut git_diff,
    from: *const git_diff,
) -> c_int