Function windows::Win32::UI::Shell::UrlCompareA

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