Type Definition lv2_raw::ui::LV2UIHandle [] [src]

type LV2UIHandle = *mut c_void;

A pointer to UI instance internals.

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