pub unsafe extern "C" fn git_revert(
    repo: *mut git_repository,
    commit: *mut git_commit,
    given_opts: *const git_revert_options
) -> c_int