python27_sys
pub unsafe fn Py_InitModule4( name: *const c_char, methods: *mut PyMethodDef, doc: *const c_char, _self: *mut PyObject, apiver: c_int) -> *mut PyObject