pub unsafe fn HlinkUpdateStackItem<P0, P1, P2, P3, P4>(
    pihlframe: P0,
    pihlbc: P1,
    uhlid: u32,
    pimktrgt: P2,
    pwzlocation: P3,
    pwzfriendlyname: P4
) -> Result<()>
where P0: IntoParam<IHlinkFrame>, P1: IntoParam<IHlinkBrowseContext>, P2: IntoParam<IMoniker>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,