pub type LogCallbackFn = Arc<dyn Fn(LogLevel, &str, &str) + Send + Sync>;
Rust-friendly log callback type.
This callback receives log messages from the plugin.
pub struct LogCallbackFn { /* private fields */ }