pub fn data_from_account<T: ReadableAccount + StateMut<Versions>>(
    account: &T
) -> Result<Data, Error>