pub unsafe extern "C" fn duckdb_struct_type_child_name(
type_: duckdb_logical_type,
index: idx_t,
) -> *mut c_charExpand description
Retrieves the name of the struct child.
The result must be freed with duckdb_free
type: The logical type object
index: The child index
returns: The name of the struct type. Must be freed with duckdb_free.