pub unsafe extern "C" fn duckdb_scalar_function_set_function(
scalar_function: duckdb_scalar_function,
function: duckdb_scalar_function_t,
)
Expand description
Sets the main function of the scalar function.
@param scalar_function The scalar function @param function The function