pub unsafe extern "C" fn duckdb_destroy_pending(
pending_result: *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.
pub unsafe extern "C" fn duckdb_destroy_pending(
pending_result: *mut duckdb_pending_result,
)
Closes the pending result and de-allocates all memory allocated for the result.
pending_result: The pending result to destroy.