pub unsafe extern "C" fn duckdb_connection_get_client_context(
connection: duckdb_connection,
out_context: *mut duckdb_client_context,
)
Expand description
Retrieves the client context of the connection.
@param connection The connection.
@param out_context The client context of the connection. Must be destroyed with duckdb_destroy_client_context
.