Function wasi_common::hostcalls::wasi_common_path_link
source ยท #[no_mangle]
pub unsafe extern "C" fn wasi_common_path_link(
wasi_ctx: &WasiCtx,
memory: &mut [u8],
old_dirfd: __wasi_fd_t,
old_flags: __wasi_lookupflags_t,
old_path_ptr: uintptr_t,
old_path_len: size_t,
new_dirfd: __wasi_fd_t,
new_path_ptr: uintptr_t,
new_path_len: size_t,
) -> __wasi_errno_t