onClose property

Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<Void> pBackend)>> onClose
getter/setter pair

Implementation

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