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