Function wasi_common::snapshots::preview_0::wasi_unstable::path_rename [−][src]
pub fn path_rename(
ctx: &WasiCtx,
memory: &dyn GuestMemory,
fd: i32,
old_path_ptr: i32,
old_path_len: i32,
new_fd: i32,
new_path_ptr: i32,
new_path_len: i32
) -> Result<i32, Trap>