pub unsafe extern "C" fn git_repository_index(
    out: *mut *mut git_index,
    repo: *mut git_repository
) -> c_int