pub unsafe extern "C" fn _PyImport_FindBuiltin(
    name: *const i8,
    modules: *mut PyObject
) -> *mut PyObject
Available on non-Py_3_9 only.