[][src]Type Definition lv2_sys::LV2_Descriptor_Function

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

Type of the lv2_descriptor() function in a library (old discovery API).