pub type PFNGLXGETCLIENTSTRINGPROC = Option<unsafe extern "C" fn(*mut (), c_int) -> *const c_char>;
pub enum PFNGLXGETCLIENTSTRINGPROC { None, Some(unsafe extern "C" fn(*mut (), i32) -> *const i8), }
No value.
Some value of type T.
T