pub fn ipc_send(port_handle: usize, msg: &IpcMessage) -> Result<usize, Error>
Send a message through an IPC port.