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