pub fn symlink<P: AsRef<Path>, U: AsRef<Path>>( old_path: P, fd: &File, new_path: U) -> Result<()>
wasi_ext
Create a symbolic link.
This corresponds to the path_symlink syscall.
path_symlink