fn symlinkZ(target_path: [*:0]const u8, sym_link_path: [*:0]const u8) SymLinkError!void
This is the same as symlink except the parameters are null-terminated pointers. See also symlink.
symlink
target_path: [*:0]const u8,
sym_link_path: [*:0]const u8,