Function windows::Win32::UI::Shell::HlinkNavigate

pub unsafe fn HlinkNavigate<P0, P1, P2, P3, P4>(
    pihl: P0,
    pihlframe: P1,
    grfhlnf: u32,
    pbc: P2,
    pibsc: P3,
    pihlbc: P4
) -> Result<()>
where P0: IntoParam<IHlink>, P1: IntoParam<IHlinkFrame>, P2: IntoParam<IBindCtx>, P3: IntoParam<IBindStatusCallback>, P4: IntoParam<IHlinkBrowseContext>,