hb_subset_plan_destroy function

  1. @Native<Void Function(Pointer<hb_subset_plan_t>)>(ffi.Pointer<hb_subset_plan_t>)>()
void hb_subset_plan_destroy(
  1. Pointer<hb_subset_plan_t> plan
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<hb_subset_plan_t>)>()
external void hb_subset_plan_destroy(ffi.Pointer<hb_subset_plan_t> plan);