pub unsafe extern "C" fn glFramebufferTextureEXT(
    target: GLenum,
    attachment: GLenum,
    texture: GLuint,
    level: GLint
)