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