pub type PFNGLVERTEX2BVOESPROC = Option<unsafe extern "C" fn(coords: *const GLbyte)>;
pub enum PFNGLVERTEX2BVOESPROC { None, Some(unsafe extern "C" fn(*const i8)), }
No value.
Some value of type T.
T