CFRunLoopTimerCreate

Function CFRunLoopTimerCreate 

Source
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::new
Available on crate features CFDate and CFRunLoop only.