Variable VkAllocationCallbacks.pfnInternalFree

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