pub fn write_string_map( v: &HashMap<impl AsRef<str>, impl AsRef<str>>, buf: &mut impl BufMut, ) -> Result<(), TryFromIntError>