macro_rules! convert_event {
    ( $obj:expr, $( $type: ty ), * ) => { ... };
}