pub trait IWICDevelopRawNotificationCallback_Impl: Sized { // Required method fn Notify(&self, notificationmask: u32) -> Result<()>; }