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