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