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

type LV2UIControllerRaw = *const c_void;

A pointer to a controller provided by the host.

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