pub unsafe extern "C" fn duckdb_destroy_result(
result: *mut duckdb_result,
)
Expand description
Closes the result and de-allocates all memory allocated for that connection.
result: The result to destroy.
pub unsafe extern "C" fn duckdb_destroy_result(
result: *mut duckdb_result,
)
Closes the result and de-allocates all memory allocated for that connection.
result: The result to destroy.