pub unsafe extern "C" fn CFArrayInsertValueAtIndex(
    theArray: *mut __CFArray,
    idx: isize,
    value: *const c_void
)