Variable VkDeviceCreateInfo.ppEnabledExtensionNames

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