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