pub unsafe fn PathAllocCombine<P0, P1>(
    pszpathin: P0,
    pszmore: P1,
    dwflags: PATHCCH_OPTIONS
) -> Result<PWSTR>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,