Function PyImport_ExecCodeModuleObject
pub unsafe extern "C" fn PyImport_ExecCodeModuleObject(
name: *mut PyObject,
co: *mut PyObject,
pathname: *mut PyObject,
cpathname: *mut PyObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.