pub type NotifyActionCallback = Option<unsafe extern "C" fn(*mut NotifyNotification, *mut c_char, gpointer)>;
pub enum NotifyActionCallback { None, Some(unsafe extern "C" fn(*mut NotifyNotification, *mut i8, *mut c_void)), }
No value.
Some value of type T.
T