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