fn openatW(dir_fd: fd_t, file_path_w: []const u16, flags: u32, mode: mode_t) OpenError!fd_t

Windows-only. Similar to openat but with pathname argument null-terminated WTF16 encoded. TODO currently, this function does not handle all flag combinations or makes use of perm argument.

Parameters

dir_fd: fd_t,
file_path_w: []const u16,
flags: u32,
mode: mode_t,