#pragma once #include const uint64_t kStackBaseSentinel = 0xABBACDCD'12345678; void StackUnwind(uint64_t rbp);