hb_buffer_pre_allocate function

  1. @Native<Int Function(Pointer<hb_buffer_t>, UnsignedInt)>(ffi.Pointer<hb_buffer_t>, ffi.UnsignedInt)>()
int hb_buffer_pre_allocate(
  1. Pointer<hb_buffer_t> buffer,
  2. int size
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<hb_buffer_t>, ffi.UnsignedInt)>()
external int hb_buffer_pre_allocate(ffi.Pointer<hb_buffer_t> buffer, int size);