pub unsafe extern "C" fn git_pathspec_match_workdir(
    out: *mut *mut git_pathspec_match_list,
    repo: *mut git_repository,
    flags: u32,
    ps: *mut git_pathspec
) -> c_int