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

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’