Function CoreFoundation_sys::runloop::CFRunLoopTimerCreate [] [src]

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