pub type PFNGLVERTEXATTRIB2SARBPROC = Option<unsafe extern "C" fn(index: GLuint, x: GLshort, y: GLshort)>;
pub enum PFNGLVERTEXATTRIB2SARBPROC { None, Some(unsafe extern "C" fn(u32, i16, i16)), }
No value.
Some value of type T.
T