onWrite property

Pointer<NativeFunction<Int Function(Pointer<ma_vfs> pVFS, ma_vfs_file file, Pointer<Void> pSrc, Size sizeInBytes, Pointer<Size> pBytesWritten)>> 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;