pub fn update_account<'a, I>(
    account: &mut AccountSharedData,
    recent_blockhash_iter: I
) -> Option<()> where
    I: IntoIterator<Item = IterItem<'a>>, 
👎 Deprecated since 1.9.0:

Please do not use, will no longer be available in the future