Function wasmer_wasix::syscalls::wasi::path_rename::path_rename_internal

source ยท
pub fn path_rename_internal(
    ctx: &mut FunctionEnvMut<'_, WasiEnv>,
    source_fd: Fd,
    source_path: &str,
    target_fd: Fd,
    target_path: &str,
) -> Result<Errno, WasiError>