pub unsafe extern "C" fn duckdb_create_aggregate_function() -> duckdb_aggregate_functionExpand description
Creates a new empty aggregate function.
The return value should be destroyed with duckdb_destroy_aggregate_function.
@return The aggregate function object.