pub fn sys_ipc_try_recv( port_handle: u64, msg_ptr: u64, ) -> Result<u64, SyscallError>
SYS_IPC_TRY_RECV: non-blocking receive from a port.