pub fn ipc_ring_map(ring_handle: usize, out_ptr: usize) -> Result<usize, Error>Expand description
Map a shared-memory ring buffer into the calling process.
ring_handle: capability handle returned by ipc_ring_create.
out_ptr: pointer to receive the mapped user-virtual address.