pub unsafe extern "C" fn git_index_read_tree(
    index: *mut git_index,
    tree: *const git_tree
) -> c_int