pub const SYS_IPC_BIND_PORT: usize = 205; // 205usize
Bind a port as a listener in the IPC namespace.
port_handle
After binding, other processes can connect to this port by name.