pub unsafe extern "C" fn duckdb_config_option_set_name(
option: duckdb_config_option,
name: *const c_char,
)Expand description
Sets the name of the configuration option.
@param option The configuration option instance. @param name The name to set.