Function lv2_raw::coreutils::lv2_features_data [] [src]

pub unsafe fn lv2_features_data(
    features: *const *const LV2Feature,
    curi: *const c_char
) -> *mut c_void

Return the data for a feature in a features array.

If the feature is not found, NULL is returned. Note that this function is only useful for features with data, and can not detect features that are present but have NULL data.