pub type notification_cb = Option<unsafe extern "C" fn(ne: *mut notify_entry)>;Aliased Type§
pub enum notification_cb {
None,
Some(unsafe extern "C" fn(*mut notify_entry)),
}pub type notification_cb = Option<unsafe extern "C" fn(ne: *mut notify_entry)>;pub enum notification_cb {
None,
Some(unsafe extern "C" fn(*mut notify_entry)),
}