[][src]Type Definition lv2_sys::LV2UI_DescriptorFunction

type LV2UI_DescriptorFunction = Option<unsafe extern "C" fn(index: u32) -> *const LV2UI_Descriptor>;

The type of the lv2ui_descriptor() function.