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