Macro to_hex

Source
macro_rules! to_hex {
    ($name:ident) => { ... };
}