python3-sys 0.1.0

FFI Declarations for Python 3
Documentation
1
2
3
4
5
6
7
use object::PyTypeObject;

extern "C" {
    pub static mut PyEnum_Type: PyTypeObject;
    pub static mut PyReversed_Type: PyTypeObject;
}