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