pub unsafe fn lilv_instance_get_descriptor(
instance: *const LilvInstance,
) -> *const LV2DescriptorExpand description
Get the LV2_Descriptor of the plugin instance. Normally hosts should not need to access the LV2_Descriptor directly, use the lilv_instance_* functions.
ยงSafety
Makes use of unsafe ffi functions.