fn enter(self: *IO_Uring, to_submit: u32, min_complete: u32, flags: u32) !u32
Tell the kernel we have submitted SQEs and/or want to wait for CQEs. Returns the number of SQEs submitted.
self: *IO_Uring,
to_submit: u32,
min_complete: u32,
flags: u32,