pub unsafe fn io_uring_enter(
    fd: RawFd,
    to_submit: u64,
    to_wait: u64,
    flags: u32
) -> Result<(), c_int>