[][src]Type Definition lv2_sys::LV2_Lib_Descriptor_Function

type LV2_Lib_Descriptor_Function = Option<unsafe extern "C" fn(bundle_path: *const c_char, features: *const *const LV2_Feature) -> *const LV2_Lib_Descriptor>;

Type of the lv2_lib_descriptor() function in an LV2 library.