macro_rules! opencv_type_copy {
    ($($type: ty),+ $(,)?) => { ... };
}