hb_buffer_allocation_successful function
- @Native<Int Function(Pointer<
hb_buffer_t> )>(ffi.Pointer<hb_buffer_t>)>()
- 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);