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