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