pub unsafe extern "C" fn duckdb_copy_function_finalize_get_bind_data(
info: duckdb_copy_function_finalize_info,
) -> *mut c_voidExpand description
Retrieves the bind data provided during the binding-phase of a COPY ... TO function.
@param info The finalize info provided to the finalize function @return The bind data pointer.