pub unsafe extern "C" fn duckdb_destroy_scalar_function_set(
scalar_function_set: *mut duckdb_scalar_function_set,
)Expand description
Destroys the given scalar function set object.
pub unsafe extern "C" fn duckdb_destroy_scalar_function_set(
scalar_function_set: *mut duckdb_scalar_function_set,
)Destroys the given scalar function set object.