[][src]Function wasi_core::wasi_unstable::raw::__wasi_path_symlink

pub unsafe extern "C" fn __wasi_path_symlink(
    old_path: *const u8,
    old_path_len: usize,
    fd: __wasi_fd_t,
    new_path: *const u8,
    new_path_len: usize
) -> __wasi_errno_t