pub type PFNGLCOLOR3XVOESPROC = Option<unsafe extern "C" fn(components: *const GLfixed)>;
pub enum PFNGLCOLOR3XVOESPROC { None, Some(unsafe extern "C" fn(*const i32)), }
No value.
Some value of type T.
T