pub unsafe extern "C" fn CFArraySortValues(
theArray: CFMutableArrayRef,
range: CFRange,
comparator: CFComparatorFunction,
context: *mut c_void,
)Expand description
Apple SDK function CFArraySortValues.
pub unsafe extern "C" fn CFArraySortValues(
theArray: CFMutableArrayRef,
range: CFRange,
comparator: CFComparatorFunction,
context: *mut c_void,
)Apple SDK function CFArraySortValues.