DestroyImageList method

Pointer<Image> DestroyImageList(
  1. Pointer<Image> arg0
)

Implementation

ffi.Pointer<Image> DestroyImageList(
  ffi.Pointer<Image> arg0,
) {
  return _DestroyImageList(
    arg0,
  );
}