HeaderFunc

It is called with each header name/value pair, together with the user_data parameter which is passed to arrowflight.call_options.CallOptions.foreachHeader and so on.

alias HeaderFunc = void delegate
(
string name
,
string value
)