pub fn process_files<P, F>(paths: &[P], cfg: Config, f: F) -> Result
where F: Fn(&str) -> Fmt_Result, P: AsRef<Path>,