/// <summary>To be documented.</summary>
 public static unsafe Bool32 GetPhysicalDeviceWaylandPresentationSupport(this KhrWaylandSurface thisApi, [Count(Count = 0)] PhysicalDevice physicalDevice, [Count(Count = 0)] uint queueFamilyIndex, [Count(Count = 0), Flow(FlowDirection.Out)] Span <IntPtr> display)
 {
     // SpanOverloader
     return(thisApi.GetPhysicalDeviceWaylandPresentationSupport(physicalDevice, queueFamilyIndex, out display.GetPinnableReference()));
 }
 /// <summary>To be documented.</summary>
 public static unsafe Result CreateWaylandSurface(this KhrWaylandSurface thisApi, [Count(Count = 0)] Instance instance, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <WaylandSurfaceCreateInfoKHR> pCreateInfo, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] Span <SurfaceKHR> pSurface)
 {
     // SpanOverloader
     return(thisApi.CreateWaylandSurface(instance, in pCreateInfo.GetPinnableReference(), in pAllocator.GetPinnableReference(), out pSurface.GetPinnableReference()));
 }