macro_rules! coerce_string_value {
    ($s:expr, $transform:expr, $type:ident, $parse:ident) => { ... };
}