pub fn log_callback_set<F: Fn(LogLevel, Option<String>, String) + Send + Sync + 'static>( callback: F, )