pub unsafe extern "C" fn duckdb_create_scalar_function() -> duckdb_scalar_functionExpand description
Creates a new empty scalar function.
The return value should be destroyed with duckdb_destroy_scalar_function.
@return The scalar function object.