pub fn write_str<T: Write + ?Sized>( w: &mut T, data: &str, text_encoding: &StringCodecMaps, ) -> Result<()>