pub fn path_symlink_internal( ctx: &mut FunctionEnvMut<'_, WasiEnv>, old_path: &str, fd: Fd, new_path: &str, ) -> Result<(), Errno>