pub fn query_metadata(lib: &Library) -> Result<Option<PluginMetadata>>Expand description
Call cfmp_metadata() if exported, returning an owned copy. Returns
Ok(None) when the symbol is absent (the plugin is still loadable by
Confium but ineligible for registry publishing per the contract).