Function MessageBoxW

Source
pub unsafe extern "system" fn MessageBoxW(
    hWnd: HWND,
    lpText: LPCWSTR,
    lpCaption: LPCWSTR,
    uType: UINT,
) -> c_int