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

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