pub type PFNGLVIEWPORTINDEXEDFPROC = Option<unsafe extern "C" fn(index: GLuint, x: GLfloat, y: GLfloat, w: GLfloat, h: GLfloat)>;
pub enum PFNGLVIEWPORTINDEXEDFPROC { None, Some(unsafe extern "C" fn(u32, f32, f32, f32, f32)), }
No value.
Some value of type T.
T