lc_image_destroy function
void
lc_image_destroy()
Releases a canvas created by lc_image_create. Passing NULL is a no-op.
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<LcImage>)>()
external void lc_image_destroy(ffi.Pointer<LcImage> image);