pub unsafe extern "C" fn duckdb_config_count() -> size_t
Expand description

This returns the total amount of configuration options available for usage with duckdb_get_config_flag.

This should not be called in a loop as it internally loops over all the options.

returns: The amount of config options available.