fn symlinkat(self: *IO_Uring, user_data: u64, target: [*:0]const u8, new_dir_fd: os.fd_t, link_path: [*:0]const u8) !*linux.io_uring_sqe

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

Parameters

self: *IO_Uring,
user_data: u64,
target: [*:0]const u8,
new_dir_fd: os.fd_t,
link_path: [*:0]const u8,