pub fn cc_macro_code_gen<F0: FnMut(&str) -> String, F1: FnMut(Awi) -> String, F2: FnMut(Awi) -> String, F3: FnMut(&str, Option<NonZeroUsize>, Option<&str>) -> String, F4: FnMut(String, Option<NonZeroUsize>, bool) -> String>(
    ast: Ast,
    code_gen: CodeGen<'_, F0, F1, F2, F3, F4>,
    names: Names<'_>
) -> String
Expand description

Lowering of the parsed structs into Rust code.