pub unsafe extern "cdecl" fn ShellMessageBoxW(
    happinst: HMODULE,
    hwnd: HWND,
    lpctext: PCWSTR,
    lpctitle: PCWSTR,
    fustyle: MESSAGEBOX_STYLE
) -> i32
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"