Dartfree_funcFunction typedef

Dartfree_funcFunction = void Function(Pointer<Void> opaque, Pointer<Void> address)

Implementation

typedef Dartfree_funcFunction =
    void Function(ffi.Pointer<ffi.Void> opaque, ffi.Pointer<ffi.Void> address);