pub fn sys_ipc_call(port_handle: u64, msg_ptr: u64) -> Result<u64, SyscallError>
SYS_IPC_CALL: synchronous RPC : send + block until reply arrives.