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.
pub unsafe extern "C" fn duckdb_destroy_value(
value: *mut duckdb_value,
)Destroys the value and de-allocates all memory allocated for that type.
@param value The value to destroy.