pub unsafe extern "C" fn glVertexAttribFormat(
    attribindex: GLuint,
    size: GLint,
    type_: GLenum,
    normalized: GLboolean,
    relativeoffset: GLuint
)