pub unsafe extern "C" fn git_graph_descendant_of(
    repo: *mut git_repository,
    commit: *const git_oid,
    ancestor: *const git_oid
) -> c_int