pub unsafe extern "C" fn duckdb_register_copy_function(
connection: duckdb_connection,
copy_function: duckdb_copy_function,
) -> duckdb_stateExpand description
Registers the given copy function on the database connection under the specified name.
@param connection The database connection @param copy_function The copy function to register