fn pack_string<W: Write>( s: &str, writer: &mut W, big: bool, encoding: Encoding, ) -> Result<()>
kirikiri