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