pub fn apply_common_options<H: BuildHasher>(
    name: &[String],
    s: &mut String,
    options: &HashMap<String, String, H>
) -> Result<(), SingleFmtError>