pub unsafe extern "C" fn glTextureParameterivEXT(
    texture: GLuint,
    target: GLenum,
    pname: GLenum,
    params: *const GLint
)