pub fn remove_undecodable_storage_keys<T: Decode + Sized>(
    prefix: [u8; 32]
) -> (u64, u64)
Expand description

Iterates keys of storage and removes undecodable keys

WARNING: USE WITH EXTREME CAUTION! Ensure the cleanup can be performed beforehand!