windows::Win32::UI::Shell

Function PathCchAppendEx

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