pub unsafe extern "C" fn duckdb_destroy_prepare(
prepared_statement: *mut duckdb_prepared_statement,
)
Expand description
Closes the prepared statement and de-allocates all memory allocated for the statement.
prepared_statement: The prepared statement to destroy.