CEmbBwd typedef

CEmbBwd = Void Function(Pointer<Void>, Pointer<Void>, Pointer<Void>, Int32)

Implementation

typedef CEmbBwd =
    ffi.Void Function(
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<ffi.Void>,
      ffi.Int32,
    );