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