pub unsafe extern "C" fn duckdb_destroy_arrow(
    result: *mut duckdb_arrow
)
Expand description

Closes the result and de-allocates all memory allocated for the arrow result.

result: The result to destroy.