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