Variable VkDeviceCreateInfo.pEnabledFeatures

struct VkDeviceCreateInfo
{
  // ...
  const(VkPhysicalDeviceFeatures)* pEnabledFeatures ;
  // ...
}