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