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.
pub unsafe extern "C" fn duckdb_destroy_copy_function(
copy_function: *mut duckdb_copy_function,
)Destroys the given copy function object. @param copy_function The copy function to destroy.