pub fn format_message_only( format_str: &str, params: &[String], named_params: &HashMap<String, String>, ) -> Result<String, CuError>