pub unsafe fn cache_get_mut<K, V>(
cache: *mut LazyRUMCache<K, V>,
expr: &K,
default: &'static mut V,
) -> LazyRUMCacheMutValue<V>pub unsafe fn cache_get_mut<K, V>(
cache: *mut LazyRUMCache<K, V>,
expr: &K,
default: &'static mut V,
) -> LazyRUMCacheMutValue<V>