pub fn skip_bytes<R: Read + ?Sized>( stream: &mut R, bytes: u64, ) -> EncodingResult<()>
Skip bytes bytes in the stream.
bytes