Function MessageBoxExW

Source
pub unsafe extern "C" fn MessageBoxExW(
    hWnd: HWND,
    lpText: LPCWSTR,
    lpCaption: LPCWSTR,
    uType: UINT,
    wLanguageId: WORD,
) -> c_int