pub fn generate_crate_cache( db: &dyn LoweringGroup, crate_id: CrateId, ) -> Maybe<Arc<[u8]>>
Cache the lowering of each function in the crate into a blob.