pub fn unpack_str<'a, R>( reader: &mut R, ) -> Result<Utf8StringRef<'a>, UnpackError>where R: BufferedRead<'a>,