pub unsafe extern "C" fn lilv_plugin_has_feature(
plugin: *const LilvPlugin,
feature: *const LilvNode,
) -> boolExpand description
Return whether a feature is supported by a plugin. This will return true if the feature is an optional or required feature of the plugin.