onClose property

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

Implementation

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