Variable VkApplicationInfo.pApplicationName

struct VkApplicationInfo
{
  // ...
  const(char)* pApplicationName ;
  // ...
}