pub unsafe extern "C" fn lilv_plugin_get_project(
plugin: *const LilvPlugin,
) -> *mut LilvNodeExpand description
Get the project the plugin is a part of.
More information about the project can be read via lilv_world_find_nodes(), typically using properties from DOAP (e.g. doap:name).