pub type GScannerMsgFunc = Option<unsafe extern "C" fn(_: *mut GScanner, _: *mut c_char, _: gboolean)>;
enum GScannerMsgFunc { None, Some(unsafe extern "C" fn(_: *mut GScanner, _: *mut i8, _: i32)), }
No value.
Some value of type T.
T