pub async fn restore_underhill( vm_send: &Sender<VmRpc>, send: &Sender<GuestEmulationRequest>, ) -> Result<()>
Restore Underhill from a previously saved state. This should always be called after save_underhill.