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