pub fn ipc_ring_create(size: usize) -> Result<usize>
Create a shared-memory ring buffer.
size: requested ring size in bytes. Returns a capability handle for the ring.
size