pub unsafe fn StrIsIntlEqualW<P0, P1, P2>(
    fcasesens: P0,
    pszstring1: P1,
    pszstring2: P2,
    nchar: i32
) -> BOOL
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,