pub unsafe fn RegisterForTooltipDismissNotification<P0>(
    hwnd: P0,
    tdflags: TOOLTIP_DISMISS_FLAGS
) -> BOOL
where P0: IntoParam<HWND>,