Function wasi_common::hostcalls::path_symlink
source ยท pub unsafe fn path_symlink(
wasi_ctx: &WasiCtx,
memory: &mut [u8],
old_path_ptr: uintptr_t,
old_path_len: size_t,
dirfd: __wasi_fd_t,
new_path_ptr: uintptr_t,
new_path_len: size_t,
) -> __wasi_errno_t