pub type PFNGLWINDOWPOS3SPROC = Option<unsafe extern "C" fn(x: GLshort, y: GLshort, z: GLshort)>;
pub enum PFNGLWINDOWPOS3SPROC { None, Some(unsafe extern "C" fn(i16, i16, i16)), }
No value.
Some value of type T.
T