pub type HostBridgeWriter = Arc<dyn Fn(&str) -> Result<(), String> + Send + Sync>;
pub struct HostBridgeWriter { /* private fields */ }