Variable VkAllocationCallbacks.pfnReallocation

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