macro_rules! define_simple_representation {
    ($repr_type:ident, $value_type:ty, $format_type:ty, $serialized_value:ty) => { ... };
}