pub fn extract_zip_archive( archive_path: &Path, destination: &Path, ) -> Result<()>
Extracts a prevalidated archive.
When validation fails, or when the destination cannot be written.