[][src]Type Definition lv2_sys::LV2UI_Handle

type LV2UI_Handle = *mut c_void;

A pointer to UI instance internals.

The host may compare this to NULL, but otherwise MUST NOT interpret it.