Function path_symlink [src]

Prototype

pub extern "wasi_snapshot_preview1" fn path_symlink(old_path: [*]const u8, old_path_len: usize, fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t

Parameters

old_path: [*]const u8old_path_len: usizefd: fd_tnew_path: [*]const u8new_path_len: usize

Source

pub extern "wasi_snapshot_preview1" fn path_symlink(old_path: [*]const u8, old_path_len: usize, fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t