onOpen property
Pointer<NativeFunction<Int Function(Pointer<ma_vfs> pVFS, Pointer<Char> pFilePath, ma_uint32 openMode, Pointer<ma_vfs_file> 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;