duckdb_aggregate_destroy_t typedef

! Destroy aggregate state (optional)

Implementation

typedef duckdb_aggregate_destroy_t
    = ffi.Pointer<ffi.NativeFunction<duckdb_aggregate_destroy_tFunction>>;