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