Function windows::Win32::UI::Shell::PathMakeUniqueName

pub unsafe fn PathMakeUniqueName<P0, P1, P2>(
    pszuniquename: &mut [u16],
    psztemplate: P0,
    pszlongplate: P1,
    pszdir: P2,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,