Function libgit2_sys::git_checkout_head

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