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