pub unsafe extern "C" fn git_pathspec_match_tree(
    out: *mut *mut git_pathspec_match_list,
    tree: *mut git_tree,
    flags: u32,
    ps: *mut git_pathspec
) -> c_int