pub unsafe extern "C" fn duckdb_destroy_pending(
pending_result: *mut *mut _duckdb_pending_result,
)
Expand description
Closes the pending result and de-allocates all memory allocated for the result.
pending_result: The pending result to destroy.