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.
pub unsafe extern "C" fn duckdb_destroy_error_data(
error_data: *mut duckdb_error_data,
)Destroys the error data and deallocates its memory.
@param error_data The error data to destroy.