Variable VkAllocationCallbacks.pfnInternalAllocation

struct VkAllocationCallbacks
{
  // ...
  nothrow extern(C) void function(void*, ulong, VkInternalAllocationType, VkSystemAllocationScope) pfnInternalAllocation ;
  // ...
}