Function windows::Win32::UI::WindowsAndMessaging::MessageBoxA

pub unsafe fn MessageBoxA<P0, P1, P2>(
    hwnd: P0,
    lptext: P1,
    lpcaption: P2,
    utype: MESSAGEBOX_STYLE,
) -> MESSAGEBOX_RESULT
where P0: Param<HWND>, P1: Param<PCSTR>, P2: Param<PCSTR>,