lc_buffer_free function
void
lc_buffer_free()
Releases a buffer produced by lc_image_encode_png. Passing NULL is a no-op.
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>)>()
external void lc_buffer_free(ffi.Pointer<ffi.Uint8> data);