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