macro_rules! throw_error_code {
    ($code:expr, $($arg:tt)*) => { ... };
}