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