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