pub unsafe extern "C" fn duckdb_destroy_aggregate_function(
aggregate_function: *mut duckdb_aggregate_function,
)
Expand description
Destroys the given aggregate function object.
pub unsafe extern "C" fn duckdb_destroy_aggregate_function(
aggregate_function: *mut duckdb_aggregate_function,
)
Destroys the given aggregate function object.