pub type PFNGLBINDPROGRAMNVPROC = Option<unsafe extern "C" fn(target: GLenum, id: GLuint)>;
pub enum PFNGLBINDPROGRAMNVPROC { None, Some(unsafe extern "C" fn(u32, u32)), }
No value.
Some value of type T.
T