pub fn unicode_content(
search_path: &Path,
ignore_extensions: &[OsString],
progress: impl Progress,
should_interrupt: &AtomicBool,
) -> Result<(DirContents, usize)>
pub fn unicode_content(
search_path: &Path,
ignore_extensions: &[OsString],
progress: impl Progress,
should_interrupt: &AtomicBool,
) -> Result<(DirContents, usize)>