static void addPointers(Pointer<Float> dest, Pointer<Float> src, int length) { _addPointers(dest, src, length); }