pub fn sys_poll( fds_ptr: u64, nfds: u64, _timeout_ms: u64, ) -> Result<u64, SyscallError>
Performs the sys poll operation.