Variable VkPresentInfoKHR.pSwapchains

struct VkPresentInfoKHR
{
  // ...
  const(VkSwapchainKHR_T*)* pSwapchains ;
  // ...
}