Function libgit2_sys::git_commit_tree

source ยท
pub unsafe extern "C" fn git_commit_tree(
    tree_out: *mut *mut git_tree,
    commit: *const git_commit,
) -> c_int