pub fn fdatasync(fd: fd_t) usize
pub fn fdatasync(fd: fd_t) usize { return syscall1(.fdatasync, @as(u32, @bitCast(fd))); }