pub fn write_string_map(
    v: &HashMap<String, String>,
    buf: &mut impl BufMut
) -> Result<(), ParseError>