CFArraySortValues

Function CFArraySortValues 

Source
pub unsafe extern "C-unwind" fn CFArraySortValues(
    the_array: Option<&CFMutableArray>,
    range: CFRange,
    comparator: CFComparatorFunction,
    context: *mut c_void,
)
👎Deprecated: renamed to CFMutableArray::sort_values
Available on crate feature CFArray only.