pub type CustomStatisticComputer<T> = Box<dyn Fn(&ProfilingData) -> Option<T> + Send + Sync>;
pub struct CustomStatisticComputer<T>(/* private fields */);