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