Function windows::Win32::UI::Shell::PathCchAddExtension

pub unsafe fn PathCchAddExtension<P0>(
    pszpath: &mut [u16],
    pszext: P0,
) -> Result<()>
where P0: Param<PCWSTR>,