pub const IORING_OP_READ: u8 = 22;
io_uring opcode for reading from a file descriptor (IORING_OP_READ).