Function windows::Win32::UI::Shell::HlinkUpdateStackItem

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