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