pub type CustomStatisticPrinter<T> = Box<dyn Fn(T) + Send + Sync>;
pub struct CustomStatisticPrinter<T>(/* private fields */);