gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) The result tuple was leaked if __ctypes_from_outparam__() failed for any item. Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>