macro_rules! impl_libvda_conversion {
    ( $( ( $x:ident, $y:ident ) ),* ) => { ... };
}