pub type PFNGLELEMENTPOINTERAPPLEPROC = Option<unsafe extern "C" fn(type_: GLenum, pointer: *const c_void)>;
pub enum PFNGLELEMENTPOINTERAPPLEPROC { None, Some(unsafe extern "C" fn(u32, *const c_void)), }
No value.
Some value of type T.
T