[][src]Function wasi_common_lucet::hostcalls::wasi_common_path_readlink

#[no_mangle]
pub unsafe extern "C" fn wasi_common_path_readlink(
    wasi_ctx: *const WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    dirfd: u32,
    path_ptr: u32,
    path_len: u32,
    buf_ptr: u32,
    buf_len: u32,
    buf_used: u32
) -> u16