Function path_rename [src]
Prototype
pub extern "wasi_snapshot_preview1" fn path_rename(old_fd: fd_t, old_path: [*]const u8, old_path_len: usize, new_fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t
Parameters
old_fd: fd_t
old_path: [*]const u8
old_path_len: usize
new_fd: fd_t
new_path: [*]const u8
new_path_len: usize
Source
pub extern "wasi_snapshot_preview1" fn path_rename(old_fd: fd_t, old_path: [*]const u8, old_path_len: usize, new_fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t