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