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