pub fn parse_and_generate_c_impl( input: &str, header_file: &str, ) -> Result<String, Box<dyn Error>>
Parse ASN.1 schema and generate C implementation in one step