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