duckdb_destroy_value

Function duckdb_destroy_value 

Source
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.

@param value The value to destroy.