#pragma once class Trace { public: static void RegisterProvider() noexcept; static void UnregisterProvider() noexcept; class AlwaysOnTop { public: static void Enable(bool enabled) noexcept; }; };