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