https://docs.python.org/3/library/ctypes.html#ctypes.c_char_p https://docs.python.org/3/library/ctypes.html#ctypes.c_wchar_p memflow already supports [reading null terminated strings](https://github.com/memflow/memflow/blob/main/memflow/src/mem/memory_view/mod.rs#L412). Only on UTF-8 encoded strings, however. We will need our own for `c_wchar_p`.