pub unsafe extern "C" fn duckdb_destroy_value(
    value: *mut duckdb_value
)
Expand description

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

value: The value to destroy.