Variable VkDeviceCreateInfo.pQueueCreateInfos

struct VkDeviceCreateInfo
{
  // ...
  const(VkDeviceQueueCreateInfo)* pQueueCreateInfos ;
  // ...
}