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