pub trait DenoBindgen { }
Trait to let the tool identify a user-defined type/struct. Used by the macro to auto-generate a drop implementation for a struct When overriding this trait, make sure to provide a drop implementation