[][src]Function wasi_common::hostcalls::wasi_common_path_rename

#[no_mangle]
pub unsafe fn wasi_common_path_rename(
    wasi_ctx: *mut WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    fd: __wasi_fd_t,
    old_path_ptr: uintptr_t,
    old_path_len: size_t,
    new_fd: __wasi_fd_t,
    new_path_ptr: uintptr_t,
    new_path_len: size_t
) -> __wasi_errno_t