fn shutdown(self: *IO_Uring, user_data: u64, sockfd: os.socket_t, how: u32) !*linux.io_uring_sqe
Queues (but does not submit) an SQE to perform a shutdown(2). Returns a pointer to the SQE.
shutdown(2)
The operation is identified by its user_data.
user_data
self: *IO_Uring,
user_data: u64,
sockfd: os.socket_t,
how: u32,