pub(crate) fn find_riff_chunk<R>( reader: &mut R, name: &[u8; 4], chunk_size: u64, format: ImFormat, ) -> ImResult<u64>where R: Read + Seek,