devela::_dep::pyo3::ffi

Function _PyImport_SetModuleString

pub unsafe extern "C" fn _PyImport_SetModuleString(
    name: *const i8,
    module: *mut PyObject,
) -> i32 
Available on crate features dep_pyo3 and std only.