1
2
3
4
#[repr(C)]
pub struct PyArena {
    _private: [u8; 0],
}