hb_set_allocation_successful function

  1. @Native<Int Function(Pointer<hb_set_t>)>(ffi.Pointer<hb_set_t>)>()
int hb_set_allocation_successful(
  1. Pointer<hb_set_t> set
)

Returns false if allocation has failed before

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<hb_set_t>)>()
external int hb_set_allocation_successful(ffi.Pointer<hb_set_t> set);