Variable VkInstanceCreateInfo.ppEnabledExtensionNames

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