devela::_dep::pyo3::ffi

Function PyImport_ImportModuleLevelObject

pub unsafe extern "C" fn PyImport_ImportModuleLevelObject(
    name: *mut PyObject,
    globals: *mut PyObject,
    locals: *mut PyObject,
    fromlist: *mut PyObject,
    level: i32,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.