pub unsafe fn HlinkOnNavigate<P0, P1, P2, P3, P4>(
    pihlframe: P0,
    pihlbc: P1,
    grfhlnf: u32,
    pimktarget: P2,
    pwzlocation: P3,
    pwzfriendlyname: P4,
    puhlid: *mut u32
) -> Result<()>
where P0: IntoParam<IHlinkFrame>, P1: IntoParam<IHlinkBrowseContext>, P2: IntoParam<IMoniker>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,