svoid closeAutoCloseable(AutoCloseable c) { if (c != null) pcall { c.close(); } }