hb_shape_plan_destroy function

  1. @Native<Void Function(Pointer<hb_shape_plan_t>)>(ffi.Pointer<hb_shape_plan_t>)>()
void hb_shape_plan_destroy(
  1. 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);