VecMat process(VecMat src) { final dst = calloc<cvg.VecMat>(); cffi.AlignMTB_Process(ref, src.ref, dst); return VecMat.fromPointer(dst); }