pub fn async_setup(entries: u32) -> Result<usize, Error>
Create an async I/O ring with entries slots (power of 2, min 2, max 256). Returns a ring id on success.
entries