pub unsafe extern "C" fn glColorTable(
    target: GLenum,
    internalformat: GLenum,
    width: GLsizei,
    format: GLenum,
    type_: GLenum,
    table: *const GLvoid
)