DEmbFwd typedef

DEmbFwd = Pointer<Void> Function(Pointer<Void>, Pointer<Void>, int)

Implementation

typedef DEmbFwd =
    ffi.Pointer<ffi.Void> Function(
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<ffi.Void>,
      int,
    );