[][src]Function libgit2_sys::git_checkout_tree

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