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

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"