onTell property

Pointer<NativeFunction<Int Function(Pointer<ma_vfs> pVFS, ma_vfs_file file, Pointer<ma_int64> pCursor)>> onTell
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<ma_vfs> pVFS, ma_vfs_file file,
            ffi.Pointer<ma_int64> pCursor)>> onTell;