pub unsafe extern "C" fn duckdb_destroy_logical_type(
    type_: *mut duckdb_logical_type
)
Expand description

Destroys the logical type and de-allocates all memory allocated for that type.

type: The logical type to destroy.