hb_shape_plan_reference function

  1. @Native<Pointer<hb_shape_plan_t> Function(Pointer<hb_shape_plan_t>)>(ffi.Pointer<hb_shape_plan_t>)>()
Pointer<hb_shape_plan_t> hb_shape_plan_reference(
  1. Pointer<hb_shape_plan_t> shape_plan
)

Implementation

@ffi.Native<
  ffi.Pointer<hb_shape_plan_t> Function(ffi.Pointer<hb_shape_plan_t>)
>()
external ffi.Pointer<hb_shape_plan_t> hb_shape_plan_reference(
  ffi.Pointer<hb_shape_plan_t> shape_plan,
);