[]Function wasi_common_lucet::hostcalls::path_symlink

pub fn path_symlink(
    wasi_ctx: &WasiCtx,
    memory: &mut [u8],
    old_path_ptr: u32,
    old_path_len: u32,
    dirfd: u32,
    new_path_ptr: u32,
    new_path_len: u32
) -> u16