hb_buffer_set_random_state function
- @Native<Void Function(Pointer<
hb_buffer_t> , UnsignedInt)>(ffi.Pointer<hb_buffer_t>, ffi.UnsignedInt)>()
- Pointer<
hb_buffer_t> buffer, - int state
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<hb_buffer_t>, ffi.UnsignedInt)>()
external void hb_buffer_set_random_state(
ffi.Pointer<hb_buffer_t> buffer,
int state,
);