pub fn format_text( input_text: &str, format_with_host: impl FnMut(&Path, String) -> Result<Option<String>>, ) -> Result<Option<String>>