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