pub static ELEMENT_EXPORT_TWEAK: Lazy<HashMap<&str, fn(_: &mut ExportConfig)>>Expand description
Manual export config adjustments in form of “cpp_name(Reference)” => fn(&mut ExportConfig). If the export config is not
detected from the sources an ExportConfig::default() is passed to the function.