LPSERVICE_MAIN_FUNCTIONW typedef

LPSERVICE_MAIN_FUNCTIONW = Void Function(Uint64, Pointer<Pointer<Uint16>>)

Implementation

typedef LPSERVICE_MAIN_FUNCTIONW = ffi.Void Function(
  ffi.Uint64,
  ffi.Pointer<ffi.Pointer<ffi.Uint16>>,
);