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