Function wasi_common::snapshots::preview_0::wasi_unstable::path_readlink [−][src]
pub fn path_readlink(
ctx: &WasiCtx,
memory: &dyn GuestMemory,
fd: i32,
path_ptr: i32,
path_len: i32,
buf: i32,
buf_len: i32,
bufused_ptr: i32
) -> Result<i32, Trap>