pub const SYS_IPC_CREATE_PORT: usize = 200;
Create a new IPC port.
Returns a capability handle for the port. The port is owned by the calling process and can receive messages from other processes that hold a handle to it.