pub fn mock_cache_set(
    call: impl FnMut(&[u8], &[u8]) -> Result<(), StorageQuotaExceeded> + 'static
)