Function python27_sys::Py_InitModule4
[−]
[src]
pub unsafe extern "C" fn Py_InitModule4(
name: *const c_char,
methods: *mut PyMethodDef,
doc: *const c_char,
_self: *mut PyObject,
apiver: c_int
) -> *mut PyObject