Function windows::Win32::UI::Shell::PathCchCombine

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