pub fn fchmodat(fd: fd_t, path: [*:0]const u8, mode: mode_t) usize
pub fn fchmodat(fd: fd_t, path: [*:0]const u8, mode: mode_t) usize { return syscall3(.fchmodat, @as(u32, @bitCast(fd)), @intFromPtr(path), mode); }