fn parse_chunk<T: Read + Seek>( input: &mut T, blk_sz: u64, ) -> Result<Option<ChunkWithSize>, Error>