Function libduckdb_sys::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.

config: The configuration object to destroy.