onOpen property

Pointer<NativeFunction<Int Function(Pointer<Void> pVFS, Pointer<Char> pFilePath, ma_uint32 openMode, Pointer<Pointer<Void>> pFile)>> onOpen
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Int Function(
      ffi.Pointer<ma_vfs> pVFS,
      ffi.Pointer<ffi.Char> pFilePath,
      ma_uint32 openMode,
      ffi.Pointer<ma_vfs_file> pFile,
    )
  >
>
onOpen;