pub unsafe fn cache_get<K, V>( cache: *mut LazyRUMCache<K, V>, expr: &K, ) -> LazyRUMCacheValue<V>where K: Hash + Eq + Clone + 'static, V: Clone,