hb_buffer_allocation_successful function

  1. @Native<Int Function(Pointer<hb_buffer_t>)>(ffi.Pointer<hb_buffer_t>)>()
int hb_buffer_allocation_successful(
  1. Pointer<hb_buffer_t> buffer
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<hb_buffer_t>)>()
external int hb_buffer_allocation_successful(ffi.Pointer<hb_buffer_t> buffer);