pub fn storage_get<A, T>(key: ManagedRef<'_, A, StorageKey<A>>) -> Twhere
    T: TopDecode,
    A: StorageReadApi + ManagedTypeApi + ErrorApi,