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