pub unsafe fn lilv_instance_activate(instance: *const LilvInstance)Expand description
Activate a plugin instance. This resets all state information in the plugin, except for port data locations (as set by lilv_instance_connect_port()). This MUST be called before calling lilv_instance_run().
ยงSafety
Makes use of unsafe ffi functions.