pub type LADSPA_Descriptor_Function = Option<unsafe extern "C" fn(Index: c_ulong) -> *const LADSPA_Descriptor>;
pub enum LADSPA_Descriptor_Function { None, Some(unsafe extern "C" fn(u64) -> *const _LADSPA_Descriptor), }
No value.
Some value of type T.
T