pub fn autogen_csharp_enum(
    ctx: &GenCtx,
    name: &str,
    sum_type: &SumType,
    namespace: &str
) -> String