macro_rules! extern_arg_send {
    (mut $typ: ty: $lt: lifetime) => { ... };
    ($typ: ty: $lt: lifetime) => { ... };
}
Expand description

Extern type to send the ::Arg of a OpenCVType over FFI boundary, used to improve readability