pub unsafe extern "C" fn mbedtls_asn1_free_named_data_list(
    head: *mut *mut mbedtls_asn1_named_data
)
Expand description

\brief Free all entries in a mbedtls_asn1_named_data list.

\param 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.