[][src]Type Definition lv2_sys::LV2UI_Controller

type LV2UI_Controller = *mut c_void;

A pointer to a controller provided by the host.

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