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