pub type NotificationsCallbackFn = Option<unsafe extern "C" fn(notification: *const Notification, user_data: *mut c_void)>;Aliased Type§
pub enum NotificationsCallbackFn {
None,
Some(unsafe extern "C" fn(*const Notification, *mut c_void)),
}