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