pub unsafe fn MessageBoxExW<P0, P1, P2>(
    hwnd: P0,
    lptext: P1,
    lpcaption: P2,
    utype: MESSAGEBOX_STYLE,
    wlanguageid: u16
) -> MESSAGEBOX_RESULT
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,