pub unsafe extern "C" fn glProgramUniform4ui64ARB(
    program: GLuint,
    location: GLint,
    x: GLuint64,
    y: GLuint64,
    z: GLuint64,
    w: GLuint64
)