pub fn set_event_handler( handler: impl Fn(Event<'_>) + Send + 'static, ) -> Result<()>
Sets the global handler for WiFi events.