pub(crate) trait SevenZipLauncher { // Required method fn extract( &self, binary_path: &Path, archive_path: &Path, destination_dir: &Path, ) -> Result<()>; }