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