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