pub unsafe extern "C" fn duckdb_destroy_aggregate_function_set(
aggregate_function_set: *mut duckdb_aggregate_function_set,
)Expand description
Destroys the given aggregate function set object.
pub unsafe extern "C" fn duckdb_destroy_aggregate_function_set(
aggregate_function_set: *mut duckdb_aggregate_function_set,
)Destroys the given aggregate function set object.