pub unsafe extern "C" fn glNamedFramebufferTextureFaceEXT(
    framebuffer: GLuint,
    attachment: GLenum,
    texture: GLuint,
    level: GLint,
    face: GLenum
)