pub unsafe fn PrjFileNameMatch<P0, P1>(
    filenametocheck: P0,
    pattern: P1
) -> BOOLEAN
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,