pub unsafe extern "C" fn glProgramUniform3iEXT(
    program: GLuint,
    location: GLint,
    v0: GLint,
    v1: GLint,
    v2: GLint
)