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