pub fn make_ipc( exe_name: *const u8, process_argv0: *const u8, init: Rc<RefCell<dyn Init>> ) -> Box<Ipc>
| Return implementation of Ipc interface. |