pub unsafe fn PathYetAnotherMakeUniqueName<P0, P1, P2>(
    pszuniquename: &mut [u16; 260],
    pszpath: P0,
    pszshort: P1,
    pszfilespec: P2
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,