pub fn verify_installed_plugin_catalog(
install_root: &Path,
trust_store: &PluginTrustStore,
host: &PluginHostTarget,
references: &[PluginReference],
activations: &[InstalledPluginActivation],
) -> Result<VerifiedInstalledPluginCatalog, PluginPackageError>