static O safeUnstructure_nullAndPrintShortOnError(S s) { try { ret safeUnstructure(s); } catch e { printShortException(e); null; } }