Function windows::Win32::UI::Shell::UrlCompareW

pub unsafe fn UrlCompareW<P0, P1, P2>(
    psz1: P0,
    psz2: P1,
    fignoreslash: P2
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOL>,