pub type DebugPrinter = Arc<dyn Fn(&Byte32, &str) + Send + Sync>;
Debug printer function type
struct DebugPrinter { /* private fields */ }