Function libgit2_sys::git_pathspec_match_index
source ยท pub unsafe extern "C" fn git_pathspec_match_index(
out: *mut *mut git_pathspec_match_list,
index: *mut git_index,
flags: u32,
ps: *mut git_pathspec,
) -> c_int