pub type OnControlRequest = Arc<dyn Fn(SDKControlRequest) + Send + Sync>;
pub struct OnControlRequest { /* private fields */ }