#[yog_export]Expand description
Inter-mod communication proc-macros. Marks a function for inter-mod export.
Generates:
- A static initializer that auto-registers the export (no manual
registry.interop().export()needed —export_mod!handles it). - A
__yog_export_get_NAMEsymbol for future loader-side scanning.