pub unsafe fn PathCchCombineEx<P0, P1>(
    pszpathout: &mut [u16],
    pszpathin: P0,
    pszmore: P1,
    dwflags: PATHCCH_OPTIONS
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,