pub fn fchmod(fd: fd_t, mode: mode_t) usize
pub fn fchmod(fd: fd_t, mode: mode_t) usize { return syscall2(.fchmod, @as(u32, @bitCast(fd)), mode); }