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

Required features: "Win32_Foundation"