LPSERVICE_MAIN_FUNCTIONA typedef

LPSERVICE_MAIN_FUNCTIONA = Void Function(Uint64, Pointer<Pointer<Int8>>)

Implementation

typedef LPSERVICE_MAIN_FUNCTIONA = ffi.Void Function(
  ffi.Uint64,
  ffi.Pointer<ffi.Pointer<ffi.Int8>>,
);