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. extracted_statements: The extracted statements to destroy.