pub unsafe extern "C" fn git_rebase_open(
    out: *mut *mut git_rebase,
    repo: *mut git_repository,
    opts: *const git_rebase_options
) -> c_int