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

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’