pub fn extract_zip(zip_path: &Path, dest_dir: &Path) -> Result<(), String>
Extract a zip file to dest_dir.
dest_dir
Creates dest_dir if it doesn’t exist.