pub unsafe fn ShellMessageBoxW<P0, P1, P2, P3>(
    happinst: P0,
    hwnd: P1,
    lpctext: P2,
    lpctitle: P3,
    fustyle: MESSAGEBOX_STYLE
) -> i32
where P0: IntoParam<HINSTANCE>, P1: IntoParam<HWND>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,