pub(crate) fn try_load_from_disk<'tcx, V>(
    tcx: QueryCtxt<'tcx>,
    id: SerializedDepNodeIndex
) -> Option<V>where
    V: for<'a> Decodable<CacheDecoder<'a, 'tcx>>,