Macro type_to_value

Source
macro_rules! type_to_value {
    ( $type: ty, $name: ident, $col_type: expr ) => { ... };
}