mbedtls_asn1_free_named_data_list() function
Free all entries in a mbedtls_asn1_named_data list.
Arguments
head
Pointer to the head of the list of named data entries to free. This function calls mbedtls_free() on `entry->oid.p` and `entry->val.p` and then on `entry` for each list entry, and sets \c *head to \c NULL.