pyo3_ffi

Function _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.