onInfo property

Pointer<NativeFunction<Int Function(Pointer<ma_vfs> pVFS, ma_vfs_file file, Pointer<ma_file_info> pInfo)>> onInfo
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<ma_vfs> pVFS, ma_vfs_file file,
            ffi.Pointer<ma_file_info> pInfo)>> onInfo;