copy_helper property

Pointer<NativeFunction<Void Function(Pointer<Void> dst, Pointer<Void> src)>> copy_helper
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<ffi.Void> dst, ffi.Pointer<ffi.Void> src)
  >
>
copy_helper;