pub unsafe extern "C" fn duckdb_destroy_data_chunk(
    chunk: *mut duckdb_data_chunk
)
Expand description

Destroys the data chunk and de-allocates all memory allocated for that chunk.

chunk: The data chunk to destroy.