pub fn generate_dictionary_extern(
decl: &InterfaceDecl,
ctx: &ModuleContext,
cgctx: Option<&CodegenContext<'_>>,
js_namespace: Option<&str>,
scope: ScopeId,
) -> TokenStreamExpand description
Generate a simple extern āCā block for a dictionary interface. Temporary until M5 implements proper dictionary builders.