Skip to main content

duckdb_destroy_copy_function

Function duckdb_destroy_copy_function 

Source
pub unsafe extern "C" fn duckdb_destroy_copy_function(
    copy_function: *mut duckdb_copy_function,
)
Expand description

Destroys the given copy function object. @param copy_function The copy function to destroy.