pub trait ILog: ILogConst { fn as_raw_mut_ILog(&mut self) -> *mut c_void; fn print(&mut self, format: &str) -> Result<()> { ... } }