pub fn writev(fd: fd_t, iov: [*]const iovec_const, count: usize) usize
pub fn writev(fd: fd_t, iov: [*]const iovec_const, count: usize) usize { return syscall3(.writev, @as(u32, @bitCast(fd)), @intFromPtr(iov), count); }