LV2UI_Handle

Type Alias LV2UI_Handle 

Source
pub type LV2UI_Handle = *mut c_void;
Expand description

A pointer to UI instance internals.

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