libgit2_sys

Function git_checkout_tree

Source
pub unsafe extern "C" fn git_checkout_tree(
    repo: *mut git_repository,
    treeish: *const git_object,
    opts: *const git_checkout_options,
) -> c_int