pub unsafe extern "C-unwind" fn CFNotificationCenterAddObserver(
center: &CFNotificationCenter,
observer: *const c_void,
call_back: CFNotificationCallback,
name: Option<&CFString>,
object: *const c_void,
suspension_behavior: CFNotificationSuspensionBehavior,
)
Available on crate features
CFBase
and CFDictionary
and CFNotificationCenter
only.