DEmbBwd typedef

DEmbBwd = void Function(Pointer<Void>, Pointer<Void>, Pointer<Void>, int)

Implementation

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