python3_sys/
pyarena.rs

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