Macro map_error_os

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