pub fn unicode_content(
    path: &Path,
    ignore_extensions: &[OsString],
    progress: impl Progress,
    should_interrupt: &AtomicBool
) -> Result<(Vec<(PathBuf, String)>, usize)>