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