pub unsafe extern "C" fn glTextureImage3DMultisampleNV(
    texture: GLuint,
    target: GLenum,
    samples: GLsizei,
    internalFormat: GLint,
    width: GLsizei,
    height: GLsizei,
    depth: GLsizei,
    fixedSampleLocations: GLboolean
)