fn close(self: *IO_Uring, user_data: u64, fd: os.fd_t) !*linux.io_uring_sqe

Queues (but does not submit) an SQE to perform a close(2). Returns a pointer to the SQE.

Parameters

self: *IO_Uring,
user_data: u64,
fd: os.fd_t,