pub type PFNGLXSWAPINTERVALMESAPROC = Option<unsafe extern "C" fn(interval: c_uint) -> c_int>;
pub enum PFNGLXSWAPINTERVALMESAPROC { None, Some(unsafe extern "C" fn(u32) -> i32), }
No value.
Some value of type T.
T