pub unsafe extern "C" fn duckdb_scalar_function_set_bind(
scalar_function: duckdb_scalar_function,
bind: duckdb_scalar_function_bind_t,
)
Expand description
Sets the (optional) bind function of the scalar function.
@param scalar_function The scalar function @param bind The bind function