pub async fn wait_for_state<F>( wait: Duration, retries: u32, f: F, ) -> Result<bool>where F: Fn(Vec<Vpn>) -> Result<bool>,