pub unsafe extern "C" fn _PyImport_FindExtensionObject(
    a: *mut PyObject,
    b: *mut PyObject
) -> *mut PyObject
Available on non-Py_3_11 only.