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.

The operation is identified by its user_data.

Parameters

self: *IO_Uring,
user_data: u64,
sockfd: os.socket_t,
how: u32,