pub type PFNGLSETFENCENVPROC = Option<unsafe extern "C" fn(fence: GLuint, condition: GLenum)>;
pub enum PFNGLSETFENCENVPROC { None, Some(unsafe extern "C" fn(u32, u32)), }
No value.
Some value of type T.
T