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