pub unsafe extern "system" fn SHMessageBoxCheckW(
    hwnd: HWND,
    psztext: PWSTR,
    pszcaption: PWSTR,
    utype: u32,
    idefault: i32,
    pszregval: PWSTR
) -> i32
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’