Function pyo3_ffi::PyImport_ImportModuleLevel
source · pub unsafe extern "C" fn PyImport_ImportModuleLevel(
name: *const c_char,
globals: *mut PyObject,
locals: *mut PyObject,
fromlist: *mut PyObject,
level: c_int
) -> *mut PyObject