pub unsafe extern "C-unwind" fn CFRunLoopTimerCreate(
allocator: Option<&CFAllocator>,
fire_date: CFAbsoluteTime,
interval: CFTimeInterval,
flags: CFOptionFlags,
order: CFIndex,
callout: CFRunLoopTimerCallBack,
context: *mut CFRunLoopTimerContext,
) -> Option<CFRetained<CFRunLoopTimer>>👎Deprecated: renamed to
CFRunLoopTimer::newAvailable on crate features
CFDate and CFRunLoop only.