Function pyo3::ffi::_PyImport_SetModuleString[][src]

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