Walk-through the address book entries. Stops when the provided 'ListAddrBookFunc' returns false.
Declared in <wallet/wallet.h>
using ListAddrBookFunc = std::function<void(CTxDestination const&, std::string const&, bool, std::optional<AddressPurpose> const)>;