pub fn fremovexattr(fd: fd_t, name: [*:0]const u8) usize
pub fn fremovexattr(fd: fd_t, name: [*:0]const u8) usize { return syscall2(.fremovexattr, @as(u32, @bitCast(fd)), @intFromPtr(name)); }