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