Fix repository consistency: re-export moved FSDP utils + modular sync
Re-export is_fsdp_enabled and is_fsdp_managed_module from
integrations/fsdp.py after they were moved to distributed/utils.py,
and sync mask2former generated code with modular source.