pub unsafe fn PathCchAppendEx<P0>(
    pszpath: &mut [u16],
    pszmore: P0,
    dwflags: PATHCCH_OPTIONS
) -> Result<()>
where P0: IntoParam<PCWSTR>,