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