On [line 119](https://github.com/cfyzium/bearlibterminal/blob/master/Samples/Omni/Source/DynamicSprites.cpp#L119) of the dynamic sprites example, the format specifier `%#p` is used. According to [en.cppreference.com](https://en.cppreference.com/w/c/io/vfprintf) (non-windows) and [microsoft documentation](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/vsnprintf-vsnprintf-vsnprintf-l-vsnwprintf-vsnwprintf-l?view=msvc-170) (windows), there is no defined behavior when `%#p` is used as a format specifier.