pub fn read_sz_by_code_page<T: Read>( r: &mut T, text_encoding: &StringCodecMaps, code_page: u32, ) -> Result<String>