pub unsafe extern "C" fn duckdb_destroy_client_context(
context: *mut duckdb_client_context,
)Expand description
Destroys the client context and deallocates its memory.
@param context The client context to destroy.
pub unsafe extern "C" fn duckdb_destroy_client_context(
context: *mut duckdb_client_context,
)Destroys the client context and deallocates its memory.
@param context The client context to destroy.