pub unsafe extern "C" fn duckdb_destroy_config(
config: *mut *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.