Function path_readlink [src]

Prototype

pub extern "wasi_snapshot_preview1" fn path_readlink(fd: fd_t, path: [*]const u8, path_len: usize, buf: [*]u8, buf_len: usize, bufused: *usize) errno_t

Parameters

fd: fd_tpath: [*]const u8path_len: usizebuf: [*]u8buf_len: usizebufused: *usize

Source

pub extern "wasi_snapshot_preview1" fn path_readlink(fd: fd_t, path: [*]const u8, path_len: usize, buf: [*]u8, buf_len: usize, bufused: *usize) errno_t