PrependImageToList method

void PrependImageToList(
  1. Pointer<Pointer<Image>> arg0,
  2. Pointer<Image> arg1
)

Implementation

void PrependImageToList(
  ffi.Pointer<ffi.Pointer<Image>> arg0,
  ffi.Pointer<Image> arg1,
) {
  return _PrependImageToList(
    arg0,
    arg1,
  );
}