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