pub type PFNGLREPLACEMENTCODEUIVSUNPROC = Option<unsafe extern "C" fn(code: *const GLuint)>;
pub enum PFNGLREPLACEMENTCODEUIVSUNPROC { None, Some(unsafe extern "C" fn(*const u32)), }
No value.
Some value of type T.
T