pub fn create_account_with_data_and_fields<'a, I>(
    recent_blockhash_iter: I,
    fields: InheritableAccountFields
) -> AccountSharedDatawhere
    I: IntoIterator<Item = IterItem<'a>>,
👎Deprecated since 1.9.0: Please do not use, will no longer be available in the future