macro_rules! opencv_type_simple_generic {
    ($type: ident<$trait: ident $( + $more: ident)*>) => { ... };
}