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