/// Configuration for `io-uring worker`.
///
/// # Fields
///
/// - `number_of_entries`: number of entries in `io_uring`. Must be greater than 0.
/// Every entry is 64 bytes, but `io-uring worker` can't process more requests at a one time
/// than the number of entries.