pub fn extract_zip_archive(
zip_path: &Path,
destination_dir: &Path,
) -> Result<(), Box<FsError>>Expand description
Extracts a ZIP archive into the destination directory.
The extraction target is validated so the archive cannot be unpacked through an existing reparse-point ancestor, and symlink entries are refused.