Variable VkAllocationCallbacks.pfnAllocation

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