pub(crate) fn extract_sevenz_with_runtime_root<L: SevenZipLauncher>( archive_path: &Path, destination_dir: &Path, runtime_root: &Path, launcher: &L, ) -> Result<()>