pub(crate) fn incremental_verify_ich<Tcx, V: Debug>(
    tcx: Tcx,
    result: &V,
    dep_node: &DepNode<Tcx::DepKind>,
    hash_result: Option<fn(_: &mut StableHashingContext<'_>, _: &V) -> Fingerprint>
) -> Fingerprintwhere
    Tcx: DepContext,