pub trait ISpTask_Impl { // Required method fn Execute( &self, pvtaskdata: *mut c_void, pfcontinueprocessing: *const i32, ) -> Result<()>; }