pub unsafe fn SHMessageBoxCheckW<P0, P1, P2, P3>(
    hwnd: P0,
    psztext: P1,
    pszcaption: P2,
    utype: u32,
    idefault: i32,
    pszregval: P3
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,