Function skip_aligned

Source
fn skip_aligned<R>(reader: R, bytes: u32) -> Result<()>
where R: Read,