Variable VkInstanceCreateInfo.ppEnabledLayerNames

struct VkInstanceCreateInfo
{
  // ...
  const(char*)* ppEnabledLayerNames ;
  // ...
}