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