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