duckdb_destroy_config

Function duckdb_destroy_config 

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

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

@param config The configuration object to destroy.