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