macro_rules! mount_error {
    ($e:ident, $($args:tt)+) => { ... };
}