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