pub fn read_pstring<R>(rdr: &mut R) -> Result<&[u8], MarshalError>where R: Read,
Read a 4-byte-length-prefixed byte string.