Function zip

Source
fn zip(
    src_path: &Path,
    symbols_path: Option<&PathBuf>,
    dest_path: &Path,
) -> Result<()>