fn faccessatW(dirfd: fd_t, sub_path_w: [*:0]const u16, mode: u32, flags: u32) AccessError!void

Same as faccessat except asserts the target is Windows and the path parameter is NtDll-prefixed, null-terminated, WTF-16 encoded. TODO currently this ignores mode and flags

Parameters

dirfd: fd_t,
sub_path_w: [*:0]const u16,
mode: u32,
flags: u32,