pub unsafe fn InternetConfirmZoneCrossingW<P0, P1, P2, P3>(
    hwnd: P0,
    szurlprev: P1,
    szurlnew: P2,
    bpost: P3,
) -> u32
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<BOOL>,