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