pub unsafe extern "C" fn git_merge_base( out: *mut git_oid, repo: *mut git_repository, one: *const git_oid, two: *const git_oid) -> c_int