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