pub const IORING_OP_WRITE: u8 = 23;
io_uring opcode for writing to a file descriptor (IORING_OP_WRITE).