Trait ISpNotifyCallback_Impl
pub trait ISpNotifyCallback_Impl {
// Required method
fn NotifyCallback(&self, wparam: WPARAM, lparam: LPARAM) -> Result<()>;
}
pub trait ISpNotifyCallback_Impl {
// Required method
fn NotifyCallback(&self, wparam: WPARAM, lparam: LPARAM) -> Result<()>;
}