pub unsafe fn UiaRaiseNotificationEvent<'a>(
provider: impl IntoParam<'a, IRawElementProviderSimple>,
notificationkind: NotificationKind,
notificationprocessing: NotificationProcessing,
displaystring: impl IntoParam<'a, BSTR>,
activityid: impl IntoParam<'a, BSTR>,
) -> Result<()>