[][src]Function lilv_sys::lilv_instance_get_handle

pub unsafe fn lilv_instance_get_handle(
    instance: *const LilvInstance
) -> LV2Handle

Get the LV2_Handle of the plugin instance. Normally hosts should not need to access the LV2_Handle directly, use the lilv_instance_* functions.

The returned handle is shared and must not be deleted.

Safety

Makes use of unsafe ffi functions.