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