Called when an inconsistency in the heap is detected. You
must not re-implement this function.
Syntax
int __Heap_Broken(struct __Heap_Descriptor *h);
Implementation
If __Heap_Alloc(), __Heap_Realloc(), __Heap_Free(),
or __Heap_ProvideMemory() detect an inconsistency
in the heap structures they can call this function to terminate
the program with a suitable error message.