Function skip_to_tag

Source
fn skip_to_tag<R: BufRead + Seek>(
    reader: &mut R,
    tag: &[u8],
) -> ImageResult<u32>