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