pub trait ISmCoreSupport: Sync + Send { // Required methods fn sm_log(&self, txt: &str); fn get_current_ms(&self) -> u128; }