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