pub type PFNGLXGETGPUIDSAMDPROC = Option<unsafe extern "C" fn(maxCount: c_uint, ids: *mut c_uint) -> c_uint>;
pub enum PFNGLXGETGPUIDSAMDPROC { None, Some(unsafe extern "C" fn(u32, *mut u32) -> u32), }
No value.
Some value of type T.
T