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