notification_cb

Type Alias notification_cb 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut notify_entry))

Some value of type T.