pub fn chan_recv( chan_handle: usize, msg: &mut IpcMessage, ) -> Result<usize, Error>
Receive a message from a channel (blocking if empty).