pub(crate) fn visit(
    dir: &Path,
    cb: &mut dyn FnMut(&DirEntry)
) -> Result<(), Error>