hb_shape_plan_destroy function
- @Native<Void Function(Pointer<
hb_shape_plan_t> )>(ffi.Pointer<hb_shape_plan_t>)>()
- Pointer<
hb_shape_plan_t> shape_plan
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<hb_shape_plan_t>)>()
external void hb_shape_plan_destroy(ffi.Pointer<hb_shape_plan_t> shape_plan);