pub fn codegen( dbc_name: &str, dbc_content: &[u8], out: impl Write, debug: bool, ) -> Result<()>
Write Rust structs matching DBC input description to out buffer
out