lilv_instance_free

Function lilv_instance_free 

Source
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.