macro_rules! from_status_like_fdio {
    ($status:ident) => { ... };
    ($status:ident, $context:expr) => { ... };
}