static F0 dm_rEnter(final DynModule mod) { ret mod == null ? null : func -> AutoCloseable { mod.enter() }; }