Function windows::Win32::UI::Accessibility::UiaRaiseNotificationEvent

pub unsafe fn UiaRaiseNotificationEvent<P0, P1, P2>(
    provider: P0,
    notificationkind: NotificationKind,
    notificationprocessing: NotificationProcessing,
    displaystring: P1,
    activityid: P2,
) -> Result<()>
where P0: Param<IRawElementProviderSimple>, P1: Param<BSTR>, P2: Param<BSTR>,