pub type PFNGLACTIVEVARYINGNVPROC = Option<unsafe extern "C" fn(program: GLuint, name: *const GLchar)>;
pub enum PFNGLACTIVEVARYINGNVPROC { None, Some(unsafe extern "C" fn(u32, *const i8)), }
No value.
Some value of type T.
T