pub unsafe extern "C" fn lilv_instance_free(
instance: *mut LilvInstance,
)Expand description
Free a plugin instance.
It is safe to call this function on NULL.
instance is invalid after this call.
pub unsafe extern "C" fn lilv_instance_free(
instance: *mut LilvInstance,
)Free a plugin instance.
It is safe to call this function on NULL.
instance is invalid after this call.