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