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