pub unsafe extern "C" fn glVertexAttribArrayObjectATI(
    index: GLuint,
    size: GLint,
    type_: GLenum,
    normalized: GLboolean,
    stride: GLsizei,
    buffer: GLuint,
    offset: GLuint
)