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