pub type DebugSink = Box<dyn FnMut(&DebugEvent<'_>, &[String])>;
pub struct DebugSink(/* private fields */);