pub unsafe extern "C" fn duckdb_destroy_arrow_converted_schema(
arrow_converted_schema: *mut duckdb_arrow_converted_schema,
)Expand description
Destroys the arrow converted schema and de-allocates all memory allocated for that arrow converted schema.
@param arrow_converted_schema The arrow converted schema to destroy.