pub trait IPhotoProgressActionCB_Impl: Sized { // Required method fn DoAction(&self, hwndparent: HWND) -> Result<()>; }