pub unsafe extern "C" fn duckdb_create_copy_function() -> duckdb_copy_functionExpand description
Creates a new empty copy function.
The return value must be destroyed with duckdb_destroy_copy_function.
@return The copy function object.
pub unsafe extern "C" fn duckdb_create_copy_function() -> duckdb_copy_functionCreates a new empty copy function.
The return value must be destroyed with duckdb_destroy_copy_function.
@return The copy function object.