pub fn prefixed<T>(prefix: &[u8], storage: &'a mut T) -> PrefixedStorage<'a, T> where
    T: Storage