pub unsafe extern "C" fn duckdb_destroy_config(
    config: *mut duckdb_config
)
Expand description

Destroys the specified configuration option and de-allocates all memory allocated for the object.

config: The configuration object to destroy.