pub unsafe extern "C" fn duckdb_destroy_extracted(
extracted_statements: *mut duckdb_extracted_statements,
)
Expand description
De-allocates all memory allocated for the extracted statements. @param extracted_statements The extracted statements to destroy.