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