pub(crate) fn walk_no_read( paths: &[&Path], skip: impl Send + Sync + 'static + Fn(&Path, bool) -> bool, f: &mut dyn FnMut(&DirEntry) )