Function libgit2_sys::git_checkout_index

source ยท
pub unsafe extern "C" fn git_checkout_index(
    repo: *mut git_repository,
    index: *mut git_index,
    opts: *const git_checkout_options,
) -> c_int