Function HlinkNavigateToStringReference
pub unsafe fn HlinkNavigateToStringReference<P0, P1, P2, P4, P6, P7, P8>(
    pwztarget: P0,
    pwzlocation: P1,
    pihlsite: P2,
    dwsitedata: u32,
    pihlframe: P4,
    grfhlnf: u32,
    pibc: P6,
    pibsc: P7,
    pihlbc: P8,
) -> Result<()>where
    P0: Param<PCWSTR>,
    P1: Param<PCWSTR>,
    P2: Param<IHlinkSite>,
    P4: Param<IHlinkFrame>,
    P6: Param<IBindCtx>,
    P7: Param<IBindStatusCallback>,
    P8: Param<IHlinkBrowseContext>,