pub const SYS_IPC_SEND: usize = 201; // 201usizeExpand description
Send a message to an IPC port.
port_handle: capability handle of the target portmsg_ptr: pointer to the message datamsg_len: length of the message in bytes
Blocks if the port’s message queue is full.