macro_rules! get_set_swap {
    ($self:ident, $host:expr, $get:ident, $set:ident) => { ... };
}