pub fn chan_send(chan_handle: usize, msg: &IpcMessage) -> Result<usize, Error>
Send a message into a channel (blocking if full).