fn unpack_string<R: Read + Seek>( reader: &mut R, big: bool, encoding: Encoding, ) -> Result<String>
kirikiri