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