/// <summary>To be documented.</summary>
 public static unsafe Result ImportSemaphoreZirconHandleFuchsia(this FuchsiaExternalSemaphore thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <ImportSemaphoreZirconHandleInfoFUCHSIA> pImportSemaphoreZirconHandleInfo)
 {
     // SpanOverloader
     return(thisApi.ImportSemaphoreZirconHandleFuchsia(device, in pImportSemaphoreZirconHandleInfo.GetPinnableReference()));
 }
 /// <summary>To be documented.</summary>
 public static unsafe Result GetSemaphoreZirconHandleFuchsia(this FuchsiaExternalSemaphore thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <SemaphoreGetZirconHandleInfoFUCHSIA> pGetZirconHandleInfo, [Count(Count = 0), Flow(FlowDirection.Out)] Span <nint> pZirconHandle)
 {
     // SpanOverloader
     return(thisApi.GetSemaphoreZirconHandleFuchsia(device, in pGetZirconHandleInfo.GetPinnableReference(), out pZirconHandle.GetPinnableReference()));
 }