pub const SYS_CHAN_SEND: usize = 221; // 221usize
Send a message through a typed channel (blocks if full).
handle
msg_ptr
Blocks until space is available in the channel buffer.