macro_rules! ansi_str { (sym $ident:ident) => { ... }; ($lit:literal) => { ... }; }
Helper macro for creating CStrs from literals and symbol names.