pub fn zip( bytes: &[u8], dest: &Path, strip_prefix: Option<&str>, select: Select<'_>, ) -> Result<usize, Box<dyn Error + Send + Sync>>
Extract a zip archive into dest. Returns the number of files written.
dest