pub type LV2UI_DescriptorFunction = Option<unsafe extern "C" fn(index: u32) -> *const LV2UI_Descriptor>;Expand description
The type of the lv2ui_descriptor() function.
Aliased Type§
pub enum LV2UI_DescriptorFunction {
None,
Some(unsafe extern "C" fn(u32) -> *const LV2UI_Descriptor),
}