pub type OnReconnecting = Arc<dyn Fn(u32) + Send + Sync>;
Callback invoked on reconnection attempt (receives attempt number)
pub struct OnReconnecting { /* private fields */ }