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