Function windows::Win32::UI::Shell::PathCchAppendEx

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