Macro throw_error_errno

Source
macro_rules! throw_error_errno {
    ($errno:expr, $($arg:tt)*) => { ... };
}