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