Function python3_sys::PyImport_ImportModule

source ยท
pub unsafe extern "C" fn PyImport_ImportModule(
    name: *const c_char,
) -> *mut PyObject