Function pyo3_ffi::_PyImport_SetModuleString
source ยท pub unsafe extern "C" fn _PyImport_SetModuleString(
name: *const c_char,
module: *mut PyObject,
) -> c_int
Available on non-
Py_LIMITED_API
only.