[][src]Function core_foundation::runloop::CFRunLoopTimerCreate

pub unsafe extern "C" fn CFRunLoopTimerCreate(
    allocator: *const c_void,
    fireDate: f64,
    interval: f64,
    flags: u32,
    order: i64,
    callout: extern "C" fn(*mut __CFRunLoopTimer, *mut c_void),
    context: *mut CFRunLoopTimerContext
) -> *mut __CFRunLoopTimer