quackdb_internal::ffi

Function duckdb_destroy_table_function

Source
pub unsafe extern "C" fn duckdb_destroy_table_function(
    table_function: *mut *mut c_void,
)
Expand description

Destroys the given table function object.

table_function: The table function to destroy