pub unsafe extern "C" fn glBindImageTextureEXT(
    index: GLuint,
    texture: GLuint,
    level: GLint,
    layered: GLboolean,
    layer: GLint,
    access: GLenum,
    format: GLint
)