Function wasi_common::hostcalls::wasi_common_path_readlink
source ยท #[no_mangle]
pub unsafe extern "C" fn wasi_common_path_readlink(
wasi_ctx: &WasiCtx,
memory: &mut [u8],
dirfd: __wasi_fd_t,
path_ptr: uintptr_t,
path_len: size_t,
buf_ptr: uintptr_t,
buf_len: size_t,
buf_used: uintptr_t,
) -> __wasi_errno_t