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