pub unsafe extern "C" fn glProgramEnvParameter4fARB(
    target: GLenum,
    index: GLuint,
    x: GLfloat,
    y: GLfloat,
    z: GLfloat,
    w: GLfloat
)