pub fn sys_ipc_ring_map( ring_handle: u64, out_ptr: u64, ) -> Result<u64, SyscallError>
SYS_IPC_RING_MAP: map a shared ring buffer into the caller’s address space.