pub unsafe extern "C-unwind" fn CFArrayExchangeValuesAtIndices(
the_array: Option<&CFMutableArray>,
idx1: CFIndex,
idx2: CFIndex,
)👎Deprecated:
renamed to CFMutableArray::exchange_values_at_indices
Available on crate feature
CFArray only.