public static unsafe void GetFence(this NVFence thisApi, [Flow(FlowDirection.In)] uint fence, [Flow(FlowDirection.In)] FenceParameterNameNV pname, [Count(Computed = "pname"), Flow(FlowDirection.Out)] Span <int> @params)
 {
     // SpanOverloader
     thisApi.GetFence(fence, pname, out @params.GetPinnableReference());
 }