fn initUtf16le(allocator: Allocator, cmd_line_utf16le: [*:0]const u16) InitUtf16leError!Self

cmd_line_utf16le MUST be encoded UTF16-LE, and is converted to UTF-8 in an internal buffer

Parameters

allocator: Allocator,
cmd_line_utf16le: [*:0]const u16,