pub unsafe extern "system" fn MessageBoxExW(
    hwnd: HWND,
    lptext: PCWSTR,
    lpcaption: PCWSTR,
    utype: MESSAGEBOX_STYLE,
    wlanguageid: u16
) -> MESSAGEBOX_RESULT
Expand description

Required features: "Win32_Foundation"