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