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