pub type PFNGLLOCKARRAYSEXTPROC = Option<unsafe extern "C" fn(first: GLint, count: GLsizei)>;
pub enum PFNGLLOCKARRAYSEXTPROC { None, Some(unsafe extern "C" fn(i32, i32)), }
No value.
Some value of type T.
T