fn read_zip_entry_bounded( archive: &mut ZipArchive<Cursor<&[u8]>>, name: &str, max_bytes: u64, ) -> Result<Vec<u8>, ExtractError>