public static unsafe void CreateSemaphores(this NVTimelineSemaphore thisApi, [Flow(FlowDirection.In)] uint n, [Count(Parameter = "n"), Flow(FlowDirection.Out)] Span <uint> semaphores)
 {
     // SpanOverloader
     thisApi.CreateSemaphores(n, out semaphores.GetPinnableReference());
 }