fn readlinkAbsoluteW(pathname_w: [*:0]const u16, buffer: *[MAX_PATH_BYTES]u8) ![]u8

Windows-only. Same as readlinkW, except the path parameter is null-terminated, WTF16 encoded.

Parameters

pathname_w: [*:0]const u16,
buffer: *[MAX_PATH_BYTES]u8,