pub type PFNGLVIEWPORTPOSITIONWSCALENVPROC = Option<unsafe extern "C" fn(index: GLuint, xcoeff: GLfloat, ycoeff: GLfloat)>;
pub enum PFNGLVIEWPORTPOSITIONWSCALENVPROC { None, Some(unsafe extern "C" fn(u32, f32, f32)), }
No value.
Some value of type T.
T