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