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