DartDart_FileCloseCallbackFunction typedef

DartDart_FileCloseCallbackFunction = void Function(Pointer<Void> stream)

Implementation

typedef DartDart_FileCloseCallbackFunction = void Function(
    ffi.Pointer<ffi.Void> stream);