pub fn ipc_connect(path: &[u8]) -> Result<usize, Error>
Connect to an IPC service bound in the namespace.
Returns a port handle that can be used with ipc_call/ipc_send.
ipc_call
ipc_send