settings_iter_init
Description:
Initializes iter to iterate over the account settings.
If key_prefix is not null, only keys whose names start with key_prefix will be
iterated over.
Parameters:
| this |
the Account. |
| iter |
an uninitialized AccountSettingIter structure. |
| key_prefix |
enumerate only the settings whose key starts with |