fn getenvW(key: [*:0]const u16) ?[:0]const u16
Windows-only. Get an environment variable with a null-terminated, WTF-16 encoded name. See also getenv. This function performs a Unicode-aware case-insensitive lookup using RtlEqualUnicodeString.
getenv
key: [*:0]const u16,