duckdb_destroy_error_data

Function duckdb_destroy_error_data 

Source
pub unsafe extern "C" fn duckdb_destroy_error_data(
    error_data: *mut duckdb_error_data,
)
Expand description

Destroys the error data and deallocates its memory.

@param error_data The error data to destroy.