Function CFRunLoopTimerCreateWithHandler

Source
pub unsafe extern "C" fn CFRunLoopTimerCreateWithHandler(
    allocator: CFAllocatorRef,
    fireDate: CFAbsoluteTime,
    interval: CFTimeInterval,
    flags: CFOptionFlags,
    order: CFIndex,
    block: *mut c_void,
) -> CFRunLoopTimerRef