pub unsafe extern "C" fn duckdb_copy_function_set_global_init(
copy_function: duckdb_copy_function,
init: duckdb_copy_function_global_init_t,
)Expand description
Sets the initialization function of the copy function, called right before executing COPY ... TO.
@param init The init function