pub unsafe fn PrjFileNameCompare<P0, P1>(filename1: P0, filename2: P1) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,