fn realpathW(pathname: []const u16, out_buffer: *[MAX_PATH_BYTES]u8) RealPathError![]u8

Same as realpath except pathname is UTF16LE-encoded.

Parameters

pathname: []const u16,
out_buffer: *[MAX_PATH_BYTES]u8,