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