static bool SF_STDCALL ReleaseRootHeapMH();
ReleaseRootHeapMH releases the root heap and/or de-initializes it. This function is the opposite of the heap-specific CreateRootHeapMH() static function. ReleaseRootHeapMH is called during System::Destroy before the global heap is reset. Its implementation may or may not include reference counting semantics.