pub unsafe extern "C" fn git_graph_ahead_behind( ahead: *mut size_t, behind: *mut size_t, repo: *mut git_repository, local: *const git_oid, upstream: *const git_oid) -> c_int