Function duckdb_destroy_scalar_function

Source
pub unsafe extern "C" fn duckdb_destroy_scalar_function(
    scalar_function: *mut duckdb_scalar_function,
)
Expand description

Destroys the given scalar function object.

@param scalar_function The scalar function to destroy