pub fn read_typed_string<R>( reader: &mut R, buffer: &mut Vec<u8>, ) -> Result<usize>where R: Read + ReadBytesExt,
Read a typed string from the reader to a Rust String