pub fn zip_extract(archive_file: &PathBuf, target_dir: &PathBuf) -> ZipResult<()>
Extracts a ZIP file to the given directory.