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