pub fn read_zip( archive: &mut ZipArchive<Cursor<&[u8]>>, name: &str, ) -> Result<Vec<u8>, ReaderError>