pub type DebugCallback = Box<dyn Fn(&str) + Send + Sync>;
Debug callback type for receiving debug messages
struct DebugCallback(/* private fields */);