Function PyModule_ExecDef
pub unsafe extern "C" fn PyModule_ExecDef(
module: *mut PyObject,
def: *mut PyModuleDef,
) -> i32
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyModule_ExecDef(
module: *mut PyObject,
def: *mut PyModuleDef,
) -> i32
dep_pyo3
and std
only.