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