pub unsafe extern "C" fn duckdb_copy_function_finalize_set_error(
info: duckdb_copy_function_finalize_info,
error: *const c_char,
)Expand description
Report that an error occurred during the finalize-phase of a COPY ... TO function
@param info The finalize info provided to the finalize function @param error The error message