pub unsafe extern "C" fn PyObject_SetArenaAllocator(
    allocator: *mut PyObjectArenaAllocator
)
Available on neither Py_LIMITED_API nor PyPy.