onSeek property
Pointer<NativeFunction<Int Function(Pointer<Void> pVFS, ma_vfs_file file, ma_int64 offset, UnsignedInt origin)> >
onSeek
getter/setter pair
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<ma_vfs> pVFS,
ma_vfs_file file,
ma_int64 offset,
ffi.UnsignedInt origin,
)
>
>
onSeek;