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