macro_rules! widestr { ($text:expr) => { ... }; }
Alias for u16str or u32str macros depending on platform. Intended to be used when using WideStr type alias.
u16str
u32str
WideStr