Rust has no support for UTF-16 string literals, which are needed to talk to Windows APIs. This tool converts your string literals to u16 arrays.
u16
Input string:
Nul byte terminated string
Output code: