hb_buffer_create_similar function
- @Native<Pointer<
hb_buffer_t> Function(Pointer<hb_buffer_t> )>(ffi.Pointer<hb_buffer_t>)>()
- Pointer<
hb_buffer_t> src
Implementation
@ffi.Native<ffi.Pointer<hb_buffer_t> Function(ffi.Pointer<hb_buffer_t>)>()
external ffi.Pointer<hb_buffer_t> hb_buffer_create_similar(
ffi.Pointer<hb_buffer_t> src,
);