macro_rules! syserror { ($origin:expr) => { ... }; }
Convenience macro to build a ShmError::SyscallError with extra info from errno and custom origin information.