Macro sig

Source
macro_rules! sig {
    ($rustix_name:ident, $raw_value:literal) => { ... };
}