Function pyo3::ffi::_PyImport_SetModule[][src]

pub unsafe extern "C" fn _PyImport_SetModule(
    name: *mut PyObject,
    module: *mut PyObject
) -> c_int
This is supported on Py_3_7 only.