pub type CFUserNotificationCallBack = Option<unsafe extern "C-unwind" fn(*mut CFUserNotification, CFOptionFlags)>;Available on crate feature
CFUserNotification only.Expand description
Aliased Type§
pub enum CFUserNotificationCallBack {
None,
Some(unsafe extern "C-unwind" fn(*mut CFUserNotification, usize)),
}