onWrite property

Pointer<NativeFunction<Int Function(Pointer<Void> pVFS, ma_vfs_file file, Pointer<Void> pDst, Size sizeInBytes, Pointer<Size> pBytesRead)>> onWrite
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Int Function(
      ffi.Pointer<ma_vfs> pVFS,
      ma_vfs_file file,
      ffi.Pointer<ffi.Void> pSrc,
      ffi.Size sizeInBytes,
      ffi.Pointer<ffi.Size> pBytesWritten,
    )
  >
>
onWrite;