pub unsafe fn ShellMessageBoxW<P2, P3>( happinst: Option<HINSTANCE>, hwnd: Option<HWND>, lpctext: P2, lpctitle: P3, fustyle: MESSAGEBOX_STYLE, ) -> i32where P2: Param<PCWSTR>, P3: Param<PCWSTR>,