pub fn generate_c_with_config( module: &Module, config: CCodeGenConfig, ) -> Result<String, Box<dyn Error>>
Generate C code with custom configuration