pub unsafe extern "C" fn glMultiTexParameterIivEXT(
    texunit: GLenum,
    target: GLenum,
    pname: GLenum,
    params: *const GLint
)