pub type PFNGLPROGRAMUNIFORM1IPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, v0: GLint)>;
pub enum PFNGLPROGRAMUNIFORM1IPROC { None, Some(unsafe extern "C" fn(u32, i32, i32)), }
No value.
Some value of type T.
T