pub type PFNGLISENABLEDIPROC = Option<unsafe extern "C" fn(target: GLenum, index: GLuint) -> GLboolean>;
pub enum PFNGLISENABLEDIPROC { None, Some(unsafe extern "C" fn(u32, u32) -> u8), }
No value.
Some value of type T.
T