Dart_FileCloseCallback typedef
Closes the opened file.
Callback provided by the embedder for file operations. If the embedder does not allow file operations this callback can be NULL.
\param stream Handle to the opened file.
Implementation
typedef Dart_FileCloseCallback
= ffi.Pointer<ffi.NativeFunction<Dart_FileCloseCallbackFunction>>;