pub unsafe fn PathMatchSpecExW<P0, P1>(
    pszfile: P0,
    pszspec: P1,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,