pub unsafe extern "C" fn CFArrayExchangeValuesAtIndices(
    theArray: *mut __CFArray,
    idx1: isize,
    idx2: isize
)