A procedural macro that derives a Description trait for enums.
This macro extracts documentation comments (specified with /// Description...) for enum variants
and generates an implementation for get_description, which returns the associated description.
Macro to derive a VTabModule for your extension. This macro will generate
the necessary functions to register your module with core. You must implement
the VTabModule, VTable, and VTabCursor traits.