pub fn write_bytes_map<B>( v: &HashMap<String, B>, buf: &mut impl BufMut, ) -> Result<(), ParseError>where B: AsRef<[u8]>,