python27_sys

Function Py_InitModule

Source
pub unsafe fn Py_InitModule(
    name: *const c_char,
    methods: *mut PyMethodDef,
) -> *mut PyObject