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