pub type PFNGLGETPROGRAMSTRINGNVPROC = Option<unsafe extern "C" fn(id: GLuint, pname: GLenum, program: *mut GLubyte)>;
pub enum PFNGLGETPROGRAMSTRINGNVPROC { None, Some(unsafe extern "C" fn(u32, u32, *mut u8)), }
No value.
Some value of type T.
T