Setup new instance of io_uring into provided Uring structure.
Uring structure to be initialized (must not be already initialized)
Number of entries to initialize uring with
SetupFlags to use to initialize uring.
On succes it returns 0, -errno otherwise.
See Implementation
Setup new instance of io_uring into provided Uring structure.