fn symlinkatZ(target_path: [*:0]const u8, newdirfd: fd_t, sym_link_path: [*:0]const u8) SymLinkError!void
The same as symlinkat except the parameters are null-terminated pointers. See also symlinkat.
symlinkat
target_path: [*:0]const u8,
newdirfd: fd_t,
sym_link_path: [*:0]const u8,