pub fn parse_i32_to_aggregate_function(
    value: &i32,
) -> Result<AggregateFunction, FromProtoError>