pub extern "C-unwind" fn CFRunLoopAddTimer(
rl: &CFRunLoop,
timer: Option<&CFRunLoopTimer>,
mode: Option<&CFRunLoopMode>,
)👎Deprecated:
renamed to CFRunLoop::add_timer
Available on crate feature
CFRunLoop only.