//! The Win32 user interface: tray icon, taskbar title window, settings.
//!
//! This layer owns no policy. It turns clicks, hotkeys and timer ticks into
//! [`crate::cli::Command`]s for the orchestrator, and renders whatever
//! [`crate::orchestrator::UiEvent`]s come back.
use PCWSTR;
/// A NUL-terminated UTF-16 string that stays alive as long as you hold it.
;