pub unsafe extern "system" fn MessageBoxA(
    hWnd: *mut HWND__,
    lpText: *const i8,
    lpCaption: *const i8,
    uType: u32
) -> i32