pub type PFNGLVERTEXATTRIB4FPROC = Option<unsafe extern "C" fn(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat)>;
pub enum PFNGLVERTEXATTRIB4FPROC { None, Some(unsafe extern "C" fn(u32, f32, f32, f32, f32)), }
No value.
Some value of type T.
T