Image_destroy function

  1. @Native<Void Function(Pointer<TLinearImage>)>(ffi.Pointer<TLinearImage>)>(isLeaf: true)
void Image_destroy(
  1. Pointer<TLinearImage> tLinearImage
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TLinearImage>)>(isLeaf: true)
external void Image_destroy(
  ffi.Pointer<TLinearImage> tLinearImage,
);