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