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