pub unsafe extern "C-unwind" fn CFNotificationCenterPostNotificationWithOptions(
center: &CFNotificationCenter,
name: Option<&CFNotificationName>,
object: *const c_void,
user_info: Option<&CFDictionary>,
options: CFOptionFlags,
)👎Deprecated: renamed to
CFNotificationCenter::post_notification_with_optionsAvailable on crate features
CFDictionary and CFNotificationCenter only.