Function CFRunLoopRemoveSource

Source
pub unsafe extern "C-unwind" fn CFRunLoopRemoveSource(
    rl: &CFRunLoop,
    source: Option<&CFRunLoopSource>,
    mode: Option<&CFRunLoopMode>,
)
Available on crate features CFRunLoop and CFBase only.