pub const SYS_SYMLINK: usize = 450;Expand description
Create a symbolic link.
target_ptr: pointer to the target path (what the link points to)target_len: length of the target pathlink_ptr: pointer to the link path (where the link is created)link_len: length of the link path