Function MessageBoxA

Source
pub unsafe extern "C" fn MessageBoxA(
    hWnd: HWND,
    lpText: LPCSTR,
    lpCaption: LPCSTR,
    uType: UINT,
) -> c_int