pub type LoggingCallback = Box<dyn FnMut(LoggingType, String) + Send + 'static>;
pub struct LoggingCallback(/* private fields */);