Function windows::Win32::UI::Shell::ShellMessageBoxA

pub unsafe fn ShellMessageBoxA<P0, P1, P2, P3>(
    happinst: P0,
    hwnd: P1,
    lpctext: P2,
    lpctitle: P3,
    fustyle: MESSAGEBOX_STYLE,
) -> i32
where P0: Param<HINSTANCE>, P1: Param<HWND>, P2: Param<PCSTR>, P3: Param<PCSTR>,