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