Function core_foundation_sys::runloop::CFRunLoopTimerCreate
source · pub unsafe extern "C" fn CFRunLoopTimerCreate(
allocator: CFAllocatorRef,
fireDate: CFAbsoluteTime,
interval: CFTimeInterval,
flags: CFOptionFlags,
order: CFIndex,
callout: CFRunLoopTimerCallBack,
context: *mut CFRunLoopTimerContext
) -> CFRunLoopTimerRef