pub type GLDEBUGPROC = extern "system" fn(u32, u32, u32, u32, i32, *const i8, *const c_void);
The prototype to the OpenGL callback function GLDEBUGPROC
GLDEBUGPROC