pub unsafe extern "C" fn glTextureParameterf(
    texture: GLuint,
    pname: GLenum,
    param: GLfloat
)