python27-sys 0.7.0

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

#[cfg_attr(windows, link(name = "pythonXY"))]
extern "C" {
    pub static mut PyEnum_Type: PyTypeObject;
    pub static mut PyReversed_Type: PyTypeObject;
}