MDQueryGetAttributeValueOfResultAtIndex

Function MDQueryGetAttributeValueOfResultAtIndex 

Source
pub unsafe extern "C-unwind" fn MDQueryGetAttributeValueOfResultAtIndex(
    query: &MDQuery,
    name: Option<&CFString>,
    idx: CFIndex,
) -> *mut c_void
👎Deprecated: renamed to MDQuery::attribute_value_of_result_at_index
Available on crate feature MDQuery only.