Macro create_uuid_newtype

Source
macro_rules! create_uuid_newtype {
    ($data_type:ident, $name:literal) => { ... };
}