python3_sys/
pyarena.rs

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