onRead property

Pointer<NativeFunction<Int Function(Pointer<ma_vfs> pVFS, ma_vfs_file file, Pointer<Void> pDst, Size sizeInBytes, Pointer<Size> pBytesRead)>> onRead
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> pDst,
            ffi.Size sizeInBytes,
            ffi.Pointer<ffi.Size> pBytesRead)>> onRead;