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