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