fn unique_corpus_entries<'a>( replay_dirs: &'a [PathBuf], seen_entries: &'a mut HashSet<Uuid>, ) -> impl Iterator<Item = CorpusDirEntry> + 'a