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