pub fn process_vm_writev(pid: pid_t, local: []const iovec_const, remote: []const iovec_const, flags: usize) usize
pub fn process_vm_writev(pid: pid_t, local: []const iovec_const, remote: []const iovec_const, flags: usize) usize { return syscall6( .process_vm_writev, @as(u32, @bitCast(pid)), @intFromPtr(local.ptr), local.len, @intFromPtr(remote.ptr), remote.len, flags, ); }