Macro widestring::widecstr[][src]

macro_rules! widecstr {
    ($text : expr) => { ... };
}
Expand description

Alias for u16cstr or u32cstr macros depending on platform. Intended to be used when using WideCStr type alias.